diff options
author | Michael Adam <obnox@samba.org> | 2008-07-30 17:46:13 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-08-01 16:07:58 +0200 |
commit | 5330164ec4f40d7b9731a2d60643432c226ffc03 (patch) | |
tree | 6c051b376056bd1fce87eb95dd365bd7113ce14b /source3/utils/net.c | |
parent | 072bd871946134b3c5e57809b4831ed6fe5586b2 (diff) | |
download | samba-5330164ec4f40d7b9731a2d60643432c226ffc03.tar.gz samba-5330164ec4f40d7b9731a2d60643432c226ffc03.tar.xz samba-5330164ec4f40d7b9731a2d60643432c226ffc03.zip |
net rpc vampire: rename --repl-nodiff to --force-full-repl.
This more clear.
Michael
(This used to be commit 0ddde9aae88e6244276e1c143056a4bfc7c7fcca)
Diffstat (limited to 'source3/utils/net.c')
-rw-r--r-- | source3/utils/net.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/net.c b/source3/utils/net.c index c1b68eceb0c..8a5893266f2 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} |