gdb/gdbserver/

2008-06-20  Carlos O'Donell  <carlos@codesourcery.com>

	* server.c (gdbserver_usage): Mention --version.
This commit is contained in:
Carlos O'Donell 2008-06-20 16:01:42 +00:00
parent 114374a0bc
commit 8e4c5421d9
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2008-06-20 Carlos O'Donell <carlos@codesourcery.com>
* server.c (gdbserver_usage): Mention --version.
2008-06-06 Daniel Jacobowitz <dan@codesourcery.com>
* Makefile.in (gdbreplay.o): New rule.

View file

@ -1197,6 +1197,7 @@ gdbserver_usage (FILE *stream)
"\n"
"Options:\n"
" --debug\t\tEnable debugging output.\n"
" --version\t\tDisplay version information and exit.\n"
" --wrapper WRAPPER --\tRun WRAPPER to start new programs.\n");
if (REPORT_BUGS_TO[0] && stream == stdout)
fprintf (stream, "Report bugs to \"%s\".\n", REPORT_BUGS_TO);