+2020-11-11  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * server.cc (gdbserver_usage): Add missing option to usage text.
+       (gdbserver_show_disableable): Likewise.
+
 2020-11-02  Simon Marchi  <simon.marchi@efficios.com>
 
        * ax.cc: Fix indentation.
 
           "  --disable-packet=OPT1[,OPT2,...]\n"
           "                        Disable support for RSP packets or features.\n"
           "                          Options:\n"
-          "                            vCont, Tthread, qC, qfThreadInfo and \n"
+          "                            vCont, T, Tthread, qC, qfThreadInfo and \n"
           "                            threads (disable all threading packets).\n"
           "\n"
           "For more information, consult the GDB manual (available as on-line \n"
           "  qfThreadInfo\tThread listing\n"
           "  Tthread     \tPassing the thread specifier in the "
           "T stop reply packet\n"
-          "  threads     \tAll of the above\n");
+          "  threads     \tAll of the above\n"
+          "  T           \tAll 'T' packets\n");
 }
 
 /* Start up the event loop.  This is the entry point to the event