summaryrefslogtreecommitdiff
path: root/source3/utils/net_help.c
diff options
context:
space:
mode:
authorJohn Terpstra <jht@samba.org>2005-05-16 18:22:22 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:56:55 -0500
commit32f374cb3feff9b929509216f6586e9053108cde (patch)
treef6dd3bffe52cfac64187b6560d527b48729e2086 /source3/utils/net_help.c
parentab964c6cd7c5eee4bf1deaef4acecbd0dfaa784c (diff)
downloadsamba-32f374cb3feff9b929509216f6586e9053108cde.tar.gz
samba-32f374cb3feff9b929509216f6586e9053108cde.tar.bz2
samba-32f374cb3feff9b929509216f6586e9053108cde.zip
r6820: Remove claim that password can be set with account creation (RPC).
(This used to be commit 2529d615a6fcd09e494b445ee7a4acec78005ac2)
Diffstat (limited to 'source3/utils/net_help.c')
-rw-r--r--source3/utils/net_help.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/net_help.c b/source3/utils/net_help.c
index b1c510d19e..713ef6b92b 100644
--- a/source3/utils/net_help.c
+++ b/source3/utils/net_help.c
@@ -73,7 +73,7 @@ int net_help_user(int argc, const char **argv)
"\n\tDelete specified user\n");
d_printf("\nnet [<method>] user INFO <name> [misc. options] [targets]"\
"\n\tList the domain groups of the specified user\n");
- d_printf("\nnet [<method>] user ADD <name> [password] [-c container] "\
+ d_printf("\nnet [<method>] user ADD <name> [-c container] "\
"[-F user flags] [misc. options]"\
" [targets]\n\tAdd specified user\n");
d_printf("\nnet [<method>] user RENAME <oldusername> <newusername>"\