diff options
Diffstat (limited to 'gdb/tui/tui-stack.c')
-rw-r--r-- | gdb/tui/tui-stack.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/tui/tui-stack.c b/gdb/tui/tui-stack.c index 7758f2f..f1e075a 100644 --- a/gdb/tui/tui-stack.c +++ b/gdb/tui/tui-stack.c @@ -376,5 +376,6 @@ _initialize_tui_stack () { add_com ("update", class_tui, tui_update_command, _("Update the source window and locator to " - "display the current execution point.")); + "display the current execution point.\n\ +Usage: update")); } |