1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-15 05:57:49 +03:00

r13528: Mention the tools and commandline option names used.

This commit is contained in:
Lars Müller 2006-02-16 18:33:08 +00:00 committed by Gerald (Jerry) Carter
parent e00505cc94
commit 5db7e9a42a

View File

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