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 <tom@tromey.com> * linux-fork.c (_initialize_linux_fork): Update help text.
This commit is contained in:
parent
55063ddb8e
commit
c8a15b78e6
1 changed files with 2 additions and 2 deletions
|
@ -787,8 +787,8 @@ Fork a duplicate process (experimental)."));
|
|||
process. */
|
||||
|
||||
add_com ("restart", class_obscure, restart_command, _("\
|
||||
restart <n>: 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. */
|
||||
|
|
Loading…
Add table
Reference in a new issue