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

@@ -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);