diff options
Diffstat (limited to 'gdb/cli')
-rw-r--r-- | gdb/cli/cli-cmds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/cli/cli-cmds.c b/gdb/cli/cli-cmds.c index 8458440..6ba686f 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); |