diff options
author | Tom Tromey <tom@tromey.com> | 2018-04-30 08:37:30 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2018-05-24 12:29:23 -0600 |
commit | c8a15b78e676b9101045b729a38128cbe5673701 (patch) | |
tree | 4850193aea96aa9fcaed4047ea292b76767df1da /gdb/linux-fork.c | |
parent | 55063ddb8e9a3179b65047db21f4c8607782d075 (diff) | |
download | gdb-c8a15b78e676b9101045b729a38128cbe5673701.zip gdb-c8a15b78e676b9101045b729a38128cbe5673701.tar.gz gdb-c8a15b78e676b9101045b729a38128cbe5673701.tar.bz2 |
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.
Diffstat (limited to 'gdb/linux-fork.c')
-rw-r--r-- | gdb/linux-fork.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 <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. */ |