diff options
author | Tom Tromey <tom@tromey.com> | 2018-04-30 08:37:26 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2018-05-24 12:29:21 -0600 |
commit | 0a8ba311d0c4facef158af3d79c78489d5efcc4b (patch) | |
tree | 3af1d139487d21f75eb8bae27a03f34aa2e9e831 /gdb | |
parent | ffb2b66cabe9deefefa1312ef0b7bb064656e611 (diff) | |
download | gdb-0a8ba311d0c4facef158af3d79c78489d5efcc4b.zip gdb-0a8ba311d0c4facef158af3d79c78489d5efcc4b.tar.gz gdb-0a8ba311d0c4facef158af3d79c78489d5efcc4b.tar.bz2 |
Update help text for "jump" command
This updates the usage text for the "jump" command to conform to the
GNU style.
2018-04-29 Tom Tromey <tom@tromey.com>
* infcmd.c (_initialize_infcmd): Update help text.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/infcmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/infcmd.c b/gdb/infcmd.c index aaefcf7..af3fa5f 100644 --- a/gdb/infcmd.c +++ b/gdb/infcmd.c @@ -3445,7 +3445,7 @@ Execution will also stop upon exit from the current stack frame.")); c = add_com ("jump", class_run, jump_command, _("\ Continue program being debugged at specified line or address.\n\ -Usage: jump <location>\n\ +Usage: jump LOCATION\n\ Give as argument either LINENUM or *ADDR, where ADDR is an expression\n\ for an address to start at.")); set_cmd_completer (c, location_completer); |