Update help text in disasm.c
authorTom Tromey <tom@tromey.com>
Mon, 30 Apr 2018 14:37:27 +0000 (08:37 -0600)
committerTom Tromey <tom@tromey.com>
Thu, 24 May 2018 18:29:22 +0000 (12:29 -0600)
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.

gdb/disasm.c

index 833341a169107a588fe2759ac215ca776fadf7fd..e4653882045c53326bd667550fa13c6b88dff781 100644 (file)
@@ -1036,7 +1036,7 @@ _initialize_disasm (void)
   cmd = add_setshow_string_noescape_cmd ("disassembler-options", no_class,
                                         &prospective_options, _("\
 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"), _("\
 Show the disassembler options."), NULL,
                                         set_disassembler_options_sfunc,
This page took 0.024918 seconds and 4 git commands to generate.