From a40d984a8c0ce651856599315a8fcb782f8b76ee Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Tue, 29 Oct 2002 09:47:51 +0000 Subject: [PATCH] =?UTF-8?q?reinstate=20-n=20flag=20(from=20Torbj=C3=B6rn?= =?UTF-8?q?=20Granlund)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11528 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/ftp/ftp/main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appl/ftp/ftp/main.c b/appl/ftp/ftp/main.c index cc1d44b57..b4eeb60eb 100644 --- a/appl/ftp/ftp/main.c +++ b/appl/ftp/ftp/main.c @@ -53,6 +53,8 @@ struct getargs getargs[] = { "Turn off interactive prompting", NULL}, { NULL, 'l', arg_negative_flag, &lineedit, "Turn off line editing", NULL}, + { NULL, 'n', arg_negative_flag, &autologin, + "Turn off auto-login", NULL}, { NULL, 'p', arg_flag, &passivemode, "passive mode", NULL}, { NULL, 't', arg_counter, &trace,