1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-23 09:57:40 +03:00

r13528: Mention the tools and commandline option names used.

(This used to be commit 5db7e9a42ab27871891be8a1314c32e13620da36)
This commit is contained in:
Lars Müller 2006-02-16 18:33:08 +00:00 committed by Gerald (Jerry) Carter
parent f2a6eeaae9
commit 825f09e14e

View 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)
{