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:
@@ -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 },
|
||||
|
Reference in New Issue
Block a user