r13528: Mention the tools and commandline option names used.
authorLars Müller <lmuelle@samba.org>
Thu, 16 Feb 2006 18:33:08 +0000 (18:33 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:10:10 +0000 (11:10 -0500)
(This used to be commit 5db7e9a42ab27871891be8a1314c32e13620da36)

source3/utils/passwd_util.c

index 03b706f5663fd11a85c2b88dedace6072cf5e2a5..e98d017cd61d9c8f655b9ba71c0d43c17d23949f 100644 (file)
@@ -54,8 +54,8 @@ char *stdin_new_passwd( void)
 
 /*************************************************************
  Utility function to get passwords via tty or stdin
- Used if the '-t' option is set to silently get passwords
- to enable scripting.
+ Used if the '-s' (smbpasswd) or '-t' (pdbedit) option is set
+ to silently get passwords to enable scripting.
 *************************************************************/
 char *get_pass( char *prompt, BOOL stdin_get)
 {