Change ARI usage to GNU style
[deliverable/binutils-gdb.git] / gdb / contrib / ari / gdb_ari.sh
index 9a5b941d23f2d9a3fd8cb4204360365918240e59..4b0fddfee7d101da3e0d239a9cab16f347681bea 100755 (executable)
@@ -52,7 +52,7 @@ usage ()
 Error: $1
 
 Usage:
-    $0 --print-doc --print-idx -Wall -Werror -W<category> <file> ...
+    $0 --print-doc --print-idx -Wall -Werror -WCATEGORY FILE ...
 Options:
   --print-doc    Print a list of all potential problems, then exit.
   --print-idx    Include the problems IDX (index or key) in every message.
@@ -60,7 +60,7 @@ Options:
   -Werror        Treat all problems as errors.
   -Wall          Report all problems.
   -Wari          Report problems that should be fixed in new code.
-  -W<category>   Report problems in the specifed category.  Valid categories
+  -WCATEGORY     Report problems in the specifed category.  Valid categories
                  are: ${all}
 EOF
     exit 1
This page took 0.023339 seconds and 4 git commands to generate.