Change short flag of --list-caches to -l (-v is already used).

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16125 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-10-06 19:56:38 +00:00
parent ce87d34e7c
commit 737b532df0

View File

@@ -690,7 +690,7 @@ static struct getargs args[] = {
"display AFS tokens", NULL },
{ "v5", '5', arg_flag, &do_v5,
"display v5 cred cache", NULL},
{ "list-caches", 'v', arg_flag, &do_list_caches,
{ "list-caches", 'l', arg_flag, &do_list_caches,
"verbose output", NULL },
{ "verbose", 'v', arg_flag, &do_verbose,
"verbose output", NULL },