diff options
author | Phil Muldoon <pmuldoon@redhat.com> | 2013-08-29 09:09:22 +0000 |
---|---|---|
committer | Phil Muldoon <pmuldoon@redhat.com> | 2013-08-29 09:09:22 +0000 |
commit | af4c453a83806e30812667a382871c4181dc59b0 (patch) | |
tree | 07769b4ed15561601c63d6b50a580f2f22d0f83f /gdb/top.c | |
parent | bf8793bb97185c07036fa3b686f391f504fb0291 (diff) | |
download | gdb-af4c453a83806e30812667a382871c4181dc59b0.zip gdb-af4c453a83806e30812667a382871c4181dc59b0.tar.gz gdb-af4c453a83806e30812667a382871c4181dc59b0.tar.bz2 |
2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
PR cli/15842
* top.c (print_gdb_version): Remove erroneous newline after help
text.
Diffstat (limited to 'gdb/top.c')
-rw-r--r-- | gdb/top.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1153,7 +1153,7 @@ Type \"show configuration\" for configuration details."); resources online at:\n<http://www.gnu.org/software/gdb/documentation/>.\n")); fprintf_filtered (stream, _("For help, type \"help\".\n")); fprintf_filtered (stream, _("Type \"apropos word\" to search for \ -commands related to \"word\".\n")); +commands related to \"word\".")); } /* Print the details of GDB build-time configuration. */ |