From: Tom Tromey Date: Mon, 30 Apr 2018 14:37:31 +0000 (-0600) Subject: Update help text in record.c X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a974b5ec9a253d330290d132098065b77f29bd36;p=binutils-gdb.git Update help text in record.c This updates some help text in record.c to conform to GNU standards. I also added a "Usage" line to "record save". 2018-04-29 Tom Tromey * record.c (_initialize_record): Update help text. --- diff --git a/gdb/record.c b/gdb/record.c index 548acfe3641..d4975d905da 100644 --- a/gdb/record.c +++ b/gdb/record.c @@ -822,8 +822,8 @@ A size of \"unlimited\" means unlimited lines. The default is 10."), c = add_cmd ("save", class_obscure, cmd_record_save, _("Save the execution log to a file.\n\ -Argument is optional filename.\n\ -Default filename is 'gdb_record.'."), +Usage: record save [FILENAME]\n\ +Default filename is 'gdb_record.PROCESS_ID'."), &record_cmdlist); set_cmd_completer (c, filename_completer);