[pushed] Fix --help output

Message ID 20251222180200.3325246-1-tom@tromey.com
State New
Headers
Series [pushed] Fix --help output |

Commit Message

Tom Tromey Dec. 22, 2025, 6:02 p.m. UTC
  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 Tromey Dec. 22, 2025, 6:18 p.m. UTC | #1
>>>>> "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
  

Patch

diff --git a/gdb/main.c b/gdb/main.c
index e4da715134b..93ec9dbc1f2 100644
--- a/gdb/main.c
+++ b/gdb/main.c
@@ -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\