r6820: Remove claim that password can be set with account creation (RPC).
authorJohn Terpstra <jht@samba.org>
Mon, 16 May 2005 18:22:22 +0000 (18:22 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:56:55 +0000 (10:56 -0500)
(This used to be commit 2529d615a6fcd09e494b445ee7a4acec78005ac2)

source3/utils/net_help.c

index b1c510d19e3eca558abca8fae1c67c958996f7b4..713ef6b92b16eb46d91b125d54380ce79eef2c20 100644 (file)
@@ -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>"\