mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-17 13:10:12 +08:00
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:
parent
c8a15b78e6
commit
a974b5ec9a
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user