diff options
author | Tom Tromey <tom@tromey.com> | 2018-04-30 08:37:27 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2018-05-24 12:29:22 -0600 |
commit | 7c9ee61b9f5fcad94fda11af1ab7469d78f17fbe (patch) | |
tree | b8cf73794c351347af815c61a2d643da6d7f7230 /gdb/disasm.c | |
parent | 0a8ba311d0c4facef158af3d79c78489d5efcc4b (diff) | |
download | gdb-7c9ee61b9f5fcad94fda11af1ab7469d78f17fbe.zip gdb-7c9ee61b9f5fcad94fda11af1ab7469d78f17fbe.tar.gz gdb-7c9ee61b9f5fcad94fda11af1ab7469d78f17fbe.tar.bz2 |
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.
Diffstat (limited to 'gdb/disasm.c')
-rw-r--r-- | gdb/disasm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/disasm.c b/gdb/disasm.c index 833341a..e465388 100644 --- a/gdb/disasm.c +++ b/gdb/disasm.c @@ -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, |