]> sourceware.org Git - newlib-cygwin.git/commitdiff
* cygcheck.cc (usage): Fix option order and print.
authorCorinna Vinschen <corinna@vinschen.de>
Mon, 4 May 2009 10:15:48 +0000 (10:15 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Mon, 4 May 2009 10:15:48 +0000 (10:15 +0000)
winsup/utils/ChangeLog
winsup/utils/cygcheck.cc

index 5b9de04695eedc5075915f24325153edc1e05a2c..fde801a791fa8849b7a4c18b71cfa192f803dd4b 100644 (file)
@@ -1,3 +1,7 @@
+2009-05-04  Corinna Vinschen  <corinna@vinschen.de>
+
+       * cygcheck.cc (usage): Fix option order and print.
+
 2009-04-22  Christopher Faylor  <me+cygwin@cgf.cx>
 
        * strace.cc (create_child): Set CYGWIN=noglob when starting new process
index 10738a145fb0ccecb718fcf76cda5ca0cf2436b5..c3e9a953c762fc341da5932539368a71eb8bbc80 100644 (file)
@@ -1965,13 +1965,14 @@ static void
 usage (FILE * stream, int status)
 {
   fprintf (stream, "\
-Usage: cygcheck PROGRAM [ -v ] [ -h ]\n\
-       cygcheck -c [ PACKAGE ] [ -d ]\n\
-       cygcheck -s [ -r ] [ -v ] [ -h ]\n\
+Usage: cygcheck [-v] [-h] PROGRAM\n\
+       cygcheck -c [-d] [PACKAGE]\n\
+       cygcheck -s [-r] [-v] [-h]\n\
        cygcheck -k\n\
-       cygcheck -f FILE [ FILE ... ]\n\
-       cygcheck -l [ PACKAGE ] [ PACKAGE ... ]\n\
+       cygcheck -f FILE [FILE]...\n\
+       cygcheck -l [PACKAGE]...\n\
        cygcheck -p REGEXP\n\
+       cygcheck -h\n\n\
 List system information, check installed packages, or query package database.\n\
 \n\
 At least one command option or a PROGRAM is required, as shown above.\n\
This page took 0.035235 seconds and 5 git commands to generate.