gdb: add missing full stops in --help
authorMarco Barisione <mbarisione@undo.io>
Thu, 18 Feb 2021 09:15:14 +0000 (09:15 +0000)
committerMarco Barisione <mbarisione@undo.io>
Thu, 18 Feb 2021 09:15:14 +0000 (09:15 +0000)
commitb0e4d2bd9b2f18c1d3dc6d0c73599f95bb283316
treef4a3cfb30e42286ba38721a8123ee5a554ffc8d5
parent3d73d29e4eff8701ae6251347d03dd6057911178
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.
gdb/main.c