* cygcheck.cc (longopts): Use correct short option for --version.
This commit is contained in:
parent
6a34460970
commit
b9262dd919
|
@ -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>
|
2002-03-06 Christopher Faylor <cgf@redhat.com>
|
||||||
|
|
||||||
* cygpath.cc: Reformat.
|
* cygpath.cc: Reformat.
|
||||||
|
|
|
@ -1240,7 +1240,7 @@ struct option longopts[] = {
|
||||||
{"verbose", no_argument, NULL, 'v'},
|
{"verbose", no_argument, NULL, 'v'},
|
||||||
{"keycheck", no_argument, NULL, 'k'},
|
{"keycheck", no_argument, NULL, 'k'},
|
||||||
{"help", no_argument, NULL, 'h'},
|
{"help", no_argument, NULL, 'h'},
|
||||||
{"version", no_argument, 0, 'z'},
|
{"version", no_argument, 0, 'V'},
|
||||||
{0, no_argument, NULL, 0}
|
{0, no_argument, NULL, 0}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue