(args): add -B' as an alias for
--builtin-ls' to allow for stupid
inetds that only support two arguments. From Love <lha@s3.kth.se> git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7243 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -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 }
|
||||
};
|
||||
|
Reference in New Issue
Block a user