aboutsummaryrefslogtreecommitdiff
path: root/gdb/contrib
diff options
context:
space:
mode:
authorTom Tromey <tromey@adacore.com>2019-12-05 08:29:03 -0700
committerTom Tromey <tromey@adacore.com>2019-12-13 15:15:32 -0700
commit98f9338a584c5f68595fc97e692e83f700c8da3d (patch)
tree8a06f554e3b3b075f8ce6558501403bdfbc3ec36 /gdb/contrib
parent3cb5a3a16af2cae1a5059b7571c514b3fa575df9 (diff)
downloadbinutils-98f9338a584c5f68595fc97e692e83f700c8da3d.zip
binutils-98f9338a584c5f68595fc97e692e83f700c8da3d.tar.gz
binutils-98f9338a584c5f68595fc97e692e83f700c8da3d.tar.bz2
Change ARI usage to GNU style
This changes the ARI usage text to use the GNU style for "metasyntactic variables". gdb/ChangeLog 2019-12-13 Tom Tromey <tromey@adacore.com> * contrib/ari/gdb_ari.sh (usage): Use GNU style. Change-Id: Ibe5a867571382d2985d1b8b78dfef3ddd02291ff
Diffstat (limited to 'gdb/contrib')
-rwxr-xr-xgdb/contrib/ari/gdb_ari.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/contrib/ari/gdb_ari.sh b/gdb/contrib/ari/gdb_ari.sh
index 9a5b941..4b0fddf 100755
--- a/gdb/contrib/ari/gdb_ari.sh
+++ b/gdb/contrib/ari/gdb_ari.sh
@@ -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