diff options
Diffstat (limited to 'source3/utils')
-rw-r--r-- | source3/utils/passwd_util.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/utils/passwd_util.c b/source3/utils/passwd_util.c index 03b706f566..e98d017cd6 100644 --- a/source3/utils/passwd_util.c +++ b/source3/utils/passwd_util.c @@ -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) { |