make -a and -n aliases for -v

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8747 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2000-07-22 00:07:37 +00:00
parent 3f0fb7d9ea
commit 528097b3bb

View File

@@ -591,6 +591,8 @@ static struct getargs args[] = {
"display v5 cred cache", NULL},
{ "verbose", 'v', arg_flag, &do_verbose,
"verbose output", NULL },
{ NULL, 'a', arg_flag, &do_verbose },
{ NULL, 'n', arg_flag, &do_verbose },
{ "version", 0, arg_flag, &version_flag,
"print version", NULL },
{ "help", 0, arg_flag, &help_flag,