From c8a15b78e676b9101045b729a38128cbe5673701 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Mon, 30 Apr 2018 08:37:30 -0600 Subject: Update help text in linux-fork.c This updates some help text in linux-fork.c to conform to GNU standards. 2018-04-29 Tom Tromey * linux-fork.c (_initialize_linux_fork): Update help text. --- gdb/linux-fork.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gdb') diff --git a/gdb/linux-fork.c b/gdb/linux-fork.c index 8d94f80..0ae213c 100644 --- a/gdb/linux-fork.c +++ b/gdb/linux-fork.c @@ -787,8 +787,8 @@ Fork a duplicate process (experimental).")); process. */ add_com ("restart", class_obscure, restart_command, _("\ -restart : restore program context from a checkpoint.\n\ -Argument 'n' is checkpoint ID, as displayed by 'info checkpoints'.")); +restart N: restore program context from a checkpoint.\n\ +Argument N is checkpoint ID, as displayed by 'info checkpoints'.")); /* Delete checkpoint command: kill the process and remove it from the fork list. */ -- cgit v1.1