diff --git a/gdb/linux-fork.c b/gdb/linux-fork.c index 8d94f8007e2..0ae213c8254 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. */