[pushed] Fix --help output
Commit Message
In commit 9e69a2e127940cc5, which introduced "command" styling, I
accidentally made gdb's --help output mention the "stream" command,
rather than the "help" command.
While doing this I also found a spot where --help output was
incorrectly formatted. This patch fixes this as well.
I'm going to backport this to the gdb-17 branch as well.
Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=33737
---
gdb/main.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Comments
>>>>> "Tom" == Tom Tromey <tom@tromey.com> writes:
Tom> In commit 9e69a2e127940cc5, which introduced "command" styling, I
Tom> accidentally made gdb's --help output mention the "stream" command,
Tom> rather than the "help" command.
Tom> While doing this I also found a spot where --help output was
Tom> incorrectly formatted. This patch fixes this as well.
This particular part isn't on the gdb-17 branch, so naturally I'm also
omitting it from the backport.
Tom
@@ -1436,8 +1436,8 @@ This is the GNU debugger. Usage:\n\n\
gdb_puts (_("\
Selection of debuggee and its files:\n\n\
--args Arguments after executable-file are passed to inferior.\n\
- --no-escape-args Like --args, but arguments are not escaped.\n \
- --core=COREFILE Analyze the core dump COREFILE.\n \
+ --no-escape-args Like --args, but arguments are not escaped.\n\
+ --core=COREFILE Analyze the core dump COREFILE.\n\
--exec=EXECFILE Use EXECFILE as the executable.\n\
--pid=PID Attach to running process PID.\n\
--directory=DIR Search for source files in DIR.\n\
@@ -1544,7 +1544,7 @@ At startup, GDB reads the following init files and executes their commands:\n\
For more information, type \"%ps\" from within GDB, or consult the\n\
GDB manual (available as on-line info or a printed manual).\n\
"),
- styled_string (command_style.style (), "stream"));
+ styled_string (command_style.style (), "help"));
if (REPORT_BUGS_TO[0] && stream == gdb_stdout)
gdb_printf (stream, _("\n\
Report bugs to %ps.\n\