summaryrefslogtreecommitdiff
path: root/gdb/cli/cli-cmds.c
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@specifix.com>2002-03-28 01:35:56 +0000
committerMichael Snyder <msnyder@specifix.com>2002-03-28 01:35:56 +0000
commit3d413843cb279a8ba8bd88bba21745b10e47e272 (patch)
tree01984c4f843d1e4c2c195dbbf593077b739b32ce /gdb/cli/cli-cmds.c
parent37410b2e4f8bfe581201d46c0e2fee189f072bf2 (diff)
downloadgdb-3d413843cb279a8ba8bd88bba21745b10e47e272.tar.gz
2002-03-27 Michael Snyder <msnyder@redhat.com>
* breakpoint.c (_initialize_breakpoint): Clean up help string. * infcmd.c (_initialize_infcmd): Ditto. * language.c (_initialize_language): Ditto. * symfile.c (_initialize_symfile): Ditto. * top.c (_init_main): Ditto. * cli/cli-cmds.c (init_cli_cmds): Ditto.
Diffstat (limited to 'gdb/cli/cli-cmds.c')
-rw-r--r--gdb/cli/cli-cmds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/cli/cli-cmds.c b/gdb/cli/cli-cmds.c
index 8458440aaa8..6ba686fce42 100644
--- a/gdb/cli/cli-cmds.c
+++ b/gdb/cli/cli-cmds.c
@@ -802,7 +802,7 @@ from the target.", &setlist),
&showdebuglist, "show debug ", 0, &showlist);
c = add_com ("shell", class_support, shell_escape,
- "Execute the rest of the line as a shell command. \n\
+ "Execute the rest of the line as a shell command.\n\
With no arguments, run an inferior shell.");
set_cmd_completer (c, filename_completer);