]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Fix --help output
authorTom Tromey <tom@tromey.com>
Mon, 22 Dec 2025 17:55:07 +0000 (10:55 -0700)
committerTom Tromey <tom@tromey.com>
Mon, 22 Dec 2025 18:01:02 +0000 (11:01 -0700)
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

index e4da715134b2c199870e0cd42ecc8522eb518a33..93ec9dbc1f2e95a073ab6051dcbdc0579196dd19 100644 (file)
@@ -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\