Fix typo in command output
[fw/openocd] / src / server / tcl_server.c
index 613eb23f9260190b0b7c56434e82a3acbeb24026..16710860614c708f21ddb24121aa9686cd90ef91 100644 (file)
@@ -183,7 +183,7 @@ static const struct command_registration tcl_command_handlers[] = {
                .mode = COMMAND_CONFIG,
                .help = "Specify port on which to listen "
                        "for incoming Tcl syntax.  "
-                       "No arguments reports Tcl port; zero disables.",
+                       "Read help on 'gdb_port'.",
                .usage = "[port_num]",
        },
        COMMAND_REGISTRATION_DONE