* cygcheck.cc (longopts): Use correct short option for --version.

This commit is contained in:
Christopher Faylor 2002-03-07 03:06:28 +00:00
parent 6a34460970
commit b9262dd919
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-03-06 Christopher Faylor <cgf@redhat.com>
* cygcheck.cc (longopts): Use correct short option for --version.
2002-03-06 Christopher Faylor <cgf@redhat.com>
* cygpath.cc: Reformat.

View File

@ -1240,7 +1240,7 @@ struct option longopts[] = {
{"verbose", no_argument, NULL, 'v'},
{"keycheck", no_argument, NULL, 'k'},
{"help", no_argument, NULL, 'h'},
{"version", no_argument, 0, 'z'},
{"version", no_argument, 0, 'V'},
{0, no_argument, NULL, 0}
};