reinstate -n flag (from Torbjörn Granlund)
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11528 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -53,6 +53,8 @@ struct getargs getargs[] = {
|
|||||||
"Turn off interactive prompting", NULL},
|
"Turn off interactive prompting", NULL},
|
||||||
{ NULL, 'l', arg_negative_flag, &lineedit,
|
{ NULL, 'l', arg_negative_flag, &lineedit,
|
||||||
"Turn off line editing", NULL},
|
"Turn off line editing", NULL},
|
||||||
|
{ NULL, 'n', arg_negative_flag, &autologin,
|
||||||
|
"Turn off auto-login", NULL},
|
||||||
{ NULL, 'p', arg_flag, &passivemode,
|
{ NULL, 'p', arg_flag, &passivemode,
|
||||||
"passive mode", NULL},
|
"passive mode", NULL},
|
||||||
{ NULL, 't', arg_counter, &trace,
|
{ NULL, 't', arg_counter, &trace,
|
||||||
|
Reference in New Issue
Block a user