]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Update help text for "jump" command
authorTom Tromey <tom@tromey.com>
Mon, 30 Apr 2018 14:37:26 +0000 (08:37 -0600)
committerTom Tromey <tom@tromey.com>
Thu, 24 May 2018 18:29:21 +0000 (12:29 -0600)
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.

gdb/infcmd.c

index aaefcf773d66573b9fe2e63ec58c4fb224c34dbc..af3fa5fd1a88f353edd71c424602646cf089767e 100644 (file)
@@ -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);