summaryrefslogtreecommitdiff
path: root/source3/utils/passwd_util.c
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
commit825f09e14eae1e3dbc2e41831a42ec1a4317ce7f (patch)
tree8ce5a3f1cf94f58e6d85d8287378ef331bcdc348 /source3/utils/passwd_util.c
parentf2a6eeaae91a76e298836dfaac6bb7e59901e292 (diff)
downloadsamba-825f09e14eae1e3dbc2e41831a42ec1a4317ce7f.tar.gz
samba-825f09e14eae1e3dbc2e41831a42ec1a4317ce7f.tar.bz2
samba-825f09e14eae1e3dbc2e41831a42ec1a4317ce7f.zip
r13528: Mention the tools and commandline option names used.
(This used to be commit 5db7e9a42ab27871891be8a1314c32e13620da36)
Diffstat (limited to 'source3/utils/passwd_util.c')
-rw-r--r--source3/utils/passwd_util.c4
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)
{