Update help text in disasm.c
This changes some help text in disasm.c to follow the GNU style. 2018-04-29 Tom Tromey <tom@tromey.com> * disasm.c (_initialize_disasm): Update help text.
This commit is contained in:
parent
0a8ba311d0
commit
7c9ee61b9f
|
@ -1036,7 +1036,7 @@ _initialize_disasm (void)
|
||||||
cmd = add_setshow_string_noescape_cmd ("disassembler-options", no_class,
|
cmd = add_setshow_string_noescape_cmd ("disassembler-options", no_class,
|
||||||
&prospective_options, _("\
|
&prospective_options, _("\
|
||||||
Set the disassembler options.\n\
|
Set the disassembler options.\n\
|
||||||
Usage: set disassembler-options <option>[,<option>...]\n\n\
|
Usage: set disassembler-options OPTION [,OPTION]...\n\n\
|
||||||
See: 'show disassembler-options' for valid option values.\n"), _("\
|
See: 'show disassembler-options' for valid option values.\n"), _("\
|
||||||
Show the disassembler options."), NULL,
|
Show the disassembler options."), NULL,
|
||||||
set_disassembler_options_sfunc,
|
set_disassembler_options_sfunc,
|
||||||
|
|
Loading…
Reference in New Issue