gdb: add mailing list and IRC information to --help
authorJonny Grant <jg@jguk.org>
Thu, 11 Jun 2020 14:30:03 +0000 (10:30 -0400)
committerSimon Marchi <simon.marchi@polymtl.ca>
Thu, 11 Jun 2020 14:30:36 +0000 (10:30 -0400)
commit4412332f4b3a4ec570c378ff98ec671dd83a2959
treee2a1b0b898aa445d7b90892bf8353b9060305d2a
parent2f33032a93f24ccc0c0d2f23e2a3ec0442f638d4
gdb: add mailing list and IRC information to --help

A few user-vibisble changes to the --help output:

 * Remove unnecessary quotes around bug url.
 * Mention the mailing list and IRC channel as places where users can
   ask GDB-related questions.
 * Add empty lines between items in the footer, to improve readability.
 * Remove unnecessary new line at the end of output.

2020-06-09  Jonny Grant  <jg@jguk.org>
2020-06-09  Simon Marchi  <simon.marchi@polymtl.ca>

* main.c (captured_main_1): Don't print new line after help.
(print_gdb_help): add mailing list and IRC channel information
to --help.  Add new lines between items in the footer.  Remove
quotes around bug url.

Signed-off-by: Jonathan Grant <jg@jguk.org>
Change-Id: Ibd0746a348d558fb35b5cd7e366f107742806565
gdb/ChangeLog
gdb/main.c