From 5330164ec4f40d7b9731a2d60643432c226ffc03 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 30 Jul 2008 17:46:13 +0200 Subject: net rpc vampire: rename --repl-nodiff to --force-full-repl. This more clear. Michael (This used to be commit 0ddde9aae88e6244276e1c143056a4bfc7c7fcca) --- source3/utils/net.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/utils/net.c') diff --git a/source3/utils/net.c b/source3/utils/net.c index c1b68eceb0..8a5893266f 100644 --- a/source3/utils/net.c +++ b/source3/utils/net.c @@ -653,7 +653,7 @@ static struct functable net_func[] = { {"destination", 0, POPT_ARG_STRING, &c->opt_destination}, {"tallocreport", 0, POPT_ARG_NONE, &c->do_talloc_report}, /* Options for 'net rpc vampire (keytab)' */ - {"repl-nodiff", 0, POPT_ARG_NONE, &c->opt_repl_nodiff}, + {"force-full-repl", 0, POPT_ARG_NONE, &c->opt_force_full_repl}, POPT_COMMON_SAMBA { 0, 0, 0, 0} -- cgit