summaryrefslogtreecommitdiff
path: root/source3/utils/net_help.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2005-01-20 16:51:24 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:55:05 -0500
commit725edd20f1589be310a8d1bab7a0aa907a55416e (patch)
treec18312d0ecc635f6dfee0aba66c9bf244177cbfb /source3/utils/net_help.c
parente86235fbdcfe8dd71b2ee887052e27f67a240fab (diff)
downloadsamba-725edd20f1589be310a8d1bab7a0aa907a55416e.tar.gz
samba-725edd20f1589be310a8d1bab7a0aa907a55416e.tar.bz2
samba-725edd20f1589be310a8d1bab7a0aa907a55416e.zip
r4868: Add "net rpc user RENAME"-command.
Note that Samba3 does not yet support it server-side. Guenther (This used to be commit b2c8220931733593fd312fc25b6c73f440b4567a)
Diffstat (limited to 'source3/utils/net_help.c')
-rw-r--r--source3/utils/net_help.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/utils/net_help.c b/source3/utils/net_help.c
index 8286e85321..328e134459 100644
--- a/source3/utils/net_help.c
+++ b/source3/utils/net_help.c
@@ -76,6 +76,9 @@ int net_help_user(int argc, const char **argv)
d_printf("\nnet [<method>] user ADD <name> [password] [-c container] "\
"[-F user flags] [misc. options]"\
" [targets]\n\tAdd specified user\n");
+ d_printf("\nnet [<method>] user RENAME <oldusername> <newusername>"\
+ " [targets]\n\tRename specified user\n\n");
+
net_common_methods_usage(argc, argv);
net_common_flags_usage(argc, argv);