summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Müller <lmuelle@samba.org>2006-02-16 18:33:08 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:10:10 -0500
commit5db7e9a42ab27871891be8a1314c32e13620da36 (patch)
treedf22038a97eeab710528784bb3b32a40a9799bab
parente00505cc942dd5cf755aa6b5d2f565eeff95629e (diff)
downloadsamba-5db7e9a42ab27871891be8a1314c32e13620da36.tar.gz
samba-5db7e9a42ab27871891be8a1314c32e13620da36.tar.xz
samba-5db7e9a42ab27871891be8a1314c32e13620da36.zip
r13528: Mention the tools and commandline option names used.
-rw-r--r--source/utils/passwd_util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/utils/passwd_util.c b/source/utils/passwd_util.c
index 03b706f5663..e98d017cd61 100644
--- a/source/utils/passwd_util.c
+++ b/source/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)
{