From 4e75081dcf50e1bd8f5be58772396d490ec2e3e9 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Wed, 27 Oct 1999 23:28:43 +0000 Subject: [PATCH] (args): add `-B' as an alias for `--builtin-ls' to allow for stupid inetds that only support two arguments. From Love git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7243 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/ftp/ftpd/ftpd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appl/ftp/ftpd/ftpd.c b/appl/ftp/ftpd/ftpd.c index bb06708c5..f3ea47a39 100644 --- a/appl/ftp/ftpd/ftpd.c +++ b/appl/ftp/ftpd/ftpd.c @@ -232,7 +232,7 @@ struct getargs args[] = { { NULL, 'u', arg_string, &umask_string, "umask for user logins" }, { NULL, 'd', arg_flag, &debug_flag, "enable debugging" }, { NULL, 'v', arg_flag, &debug_flag, "enable debugging" }, - { "builtin-ls", 0, arg_flag, &use_builtin_ls, "use built-in ls to list files" }, + { "builtin-ls", 'B', arg_flag, &use_builtin_ls, "use built-in ls to list files" }, { "version", 0, arg_flag, &version_flag }, { "help", 'h', arg_flag, &help_flag } };