]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Use upper-case for metasyntactic in gdbserver help
authorTom Tromey <tromey@adacore.com>
Thu, 4 Apr 2019 22:48:28 +0000 (16:48 -0600)
committerTom Tromey <tromey@adacore.com>
Fri, 5 Apr 2019 13:29:24 +0000 (07:29 -0600)
I noticed that "gdbserver --help" contains a few metasyntactic
variables that aren't in upper-case.  This patch fixes them to conform
to the GNU standard.

gdb/gdbserver/ChangeLog
2019-04-05  Tom Tromey  <tromey@adacore.com>

* server.c (gdbserver_usage): Use upper-case for metasyntactic
variables.

gdb/gdbserver/ChangeLog
gdb/gdbserver/server.c

index 97bc3268fe6cc834dd431deeb47761b8caedb741..a1627ce81bd5914845ca1cb858aa5a50e8aa74a2 100644 (file)
@@ -1,3 +1,8 @@
+2019-04-05  Tom Tromey  <tromey@adacore.com>
+
+       * server.c (gdbserver_usage): Use upper-case for metasyntactic
+       variables.
+
 2019-03-28  Alan Hayward  <alan.hayward@arm.com>
 
        * linux-low.c (AT_HWCAP2): Add define if not already included.
index 25c62aad830ad35daec6d9a36ceb77ea355169ca..bfd120d2fb333325dd109ddb874a5456e3b4ea66 100644 (file)
@@ -3458,14 +3458,14 @@ gdbserver_usage (FILE *stream)
           "Debug options:\n"
           "\n"
           "  --debug               Enable general debugging output.\n"
-          "  --debug-format=opt1[,opt2,...]\n"
+          "  --debug-format=OPT1[,OPT2,...]\n"
           "                        Specify extra content in debugging output.\n"
           "                          Options:\n"
           "                            all\n"
           "                            none\n"
           "                            timestamp\n"
           "  --remote-debug        Enable remote protocol debugging output.\n"
-          "  --disable-packet=opt1[,opt2,...]\n"
+          "  --disable-packet=OPT1[,OPT2,...]\n"
           "                        Disable support for RSP packets or features.\n"
           "                          Options:\n"
           "                            vCont, Tthread, qC, qfThreadInfo and \n"