Fix typo in gdb_ari.sh

gdb/ChangeLog:

	* contrib/ari/gdb_ari.sh: Fix typo in help.
This commit is contained in:
Simon Marchi 2017-12-13 09:33:54 -05:00
parent 024d185c10
commit 3bbd9f1877
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
* contrib/ari/gdb_ari.sh: Fix typo in help.
2017-12-13 Joel Brobecker <brobecker@adacore.com> 2017-12-13 Joel Brobecker <brobecker@adacore.com>
* event-top.c (handle_line_of_input): Set server_command. * event-top.c (handle_line_of_input): Set server_command.

View File

@ -60,7 +60,7 @@ Options:
-Werror Treat all problems as errors. -Werror Treat all problems as errors.
-Wall Report all problems. -Wall Report all problems.
-Wari Report problems that should be fixed in new code. -Wari Report problems that should be fixed in new code.
-W<category> Report problems in the specifed category. Vaid categories -W<category> Report problems in the specifed category. Valid categories
are: ${all} are: ${all}
EOF EOF
exit 1 exit 1