change case of `verbose' to match the other options

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8177 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2000-04-12 10:26:08 +00:00
parent a08b5b0403
commit 09b232fca4

View File

@@ -530,7 +530,7 @@ static struct getargs args[] = {
{ "v5", '5', arg_flag, &do_v5,
"display v5 cred cache", NULL},
{ "verbose", 'v', arg_flag, &do_verbose,
"Verbose output", NULL },
"verbose output", NULL },
{ "version", 0, arg_flag, &version_flag,
"print version", NULL },
{ "help", 0, arg_flag, &help_flag,