* cygcheck.cc (usage): Fix option order and print.
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
| @@ -1965,13 +1965,14 @@ static void | ||||
| usage (FILE * stream, int status) | ||||
| { | ||||
|   fprintf (stream, "\ | ||||
| Usage: cygcheck PROGRAM [ -v ] [ -h ]\n\ | ||||
|        cygcheck -c [ PACKAGE ] [ -d ]\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\ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user