mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 01:50:24 +08:00
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
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2019-12-13 Tom Tromey <tromey@adacore.com>
|
||||
|
||||
* contrib/ari/gdb_ari.sh (usage): Use GNU style.
|
||||
|
||||
2019-12-13 Tom Tromey <tromey@adacore.com>
|
||||
|
||||
* gdbsupport/common-utils.c (string_printf, string_vprintf)
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user