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  <tom@tromey.com>

	* record.c (_initialize_record): Update help text.
This commit is contained in:
Tom Tromey 2018-04-30 08:37:31 -06:00
parent c8a15b78e6
commit a974b5ec9a

View File

@ -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.<process_id>'."),
Usage: record save [FILENAME]\n\
Default filename is 'gdb_record.PROCESS_ID'."),
&record_cmdlist);
set_cmd_completer (c, filename_completer);