aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Barisione <mbarisione@undo.io>2021-02-18 09:15:14 +0000
committerMarco Barisione <mbarisione@undo.io>2021-02-18 09:15:14 +0000
commitb0e4d2bd9b2f18c1d3dc6d0c73599f95bb283316 (patch)
treef4a3cfb30e42286ba38721a8123ee5a554ffc8d5
parent3d73d29e4eff8701ae6251347d03dd6057911178 (diff)
downloadgdb-b0e4d2bd9b2f18c1d3dc6d0c73599f95bb283316.zip
gdb-b0e4d2bd9b2f18c1d3dc6d0c73599f95bb283316.tar.gz
gdb-b0e4d2bd9b2f18c1d3dc6d0c73599f95bb283316.tar.bz2
gdb: add missing full stops in --help
The descriptions for most options printed by gdb --help end with a full stop but, before this patch, not the ones for --args and --interpreter. This makes the line containing --args a bit longer but still not longer than the previously longest line, that is the one for the --tty option. gdb/ChangeLog: * main.c (print_gdb_help): Add full stops at the end of the descriptions for the --args and --interpreter options.
-rw-r--r--gdb/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/main.c b/gdb/main.c
index 331e3a5..46b71f5 100644
--- a/gdb/main.c
+++ b/gdb/main.c
@@ -1290,7 +1290,7 @@ This is the GNU debugger. Usage:\n\n\
"), stream);
fputs_unfiltered (_("\
Selection of debuggee and its files:\n\n\
- --args Arguments after executable-file are passed to inferior\n\
+ --args Arguments after executable-file are passed to inferior.\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\
@@ -1319,7 +1319,7 @@ Initial commands and command files:\n\n\
Output and user interface control:\n\n\
--fullname Output information used by emacs-GDB interface.\n\
--interpreter=INTERP\n\
- Select a specific interpreter / user interface\n\
+ Select a specific interpreter / user interface.\n\
--tty=TTY Use TTY for input/output by the program being debugged.\n\
-w Use the GUI interface.\n\
--nw Do not use the GUI interface.\n\