From: Tom Tromey Date: Mon, 30 Apr 2018 14:37:26 +0000 (-0600) Subject: Update help text for "jump" command X-Git-Tag: binutils-2_31~353 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0a8ba311d0c4facef158af3d79c78489d5efcc4b;p=thirdparty%2Fbinutils-gdb.git 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 * infcmd.c (_initialize_infcmd): Update help text. --- diff --git a/gdb/infcmd.c b/gdb/infcmd.c index aaefcf773d6..af3fa5fd1a8 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 \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);