From 32f374cb3feff9b929509216f6586e9053108cde Mon Sep 17 00:00:00 2001 From: John Terpstra Date: Mon, 16 May 2005 18:22:22 +0000 Subject: r6820: Remove claim that password can be set with account creation (RPC). (This used to be commit 2529d615a6fcd09e494b445ee7a4acec78005ac2) --- source3/utils/net_help.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 [] user INFO [misc. options] [targets]"\ "\n\tList the domain groups of the specified user\n"); - d_printf("\nnet [] user ADD [password] [-c container] "\ + d_printf("\nnet [] user ADD [-c container] "\ "[-F user flags] [misc. options]"\ " [targets]\n\tAdd specified user\n"); d_printf("\nnet [] user RENAME "\ -- cgit