help text: remove trailing space
[fw/openocd] / src / jtag / drivers / cmsis_dap.c
index 927b33bd71fae6a77fffb9ca1d3eb14a424e4d7a..c25937531ed635249e0af993ece1c269afda91f6 100644 (file)
@@ -1763,7 +1763,7 @@ static const struct command_registration cmsis_dap_command_handlers[] = {
                .handler = &cmsis_dap_handle_vid_pid_command,
                .mode = COMMAND_CONFIG,
                .help = "the vendor ID and product ID of the CMSIS-DAP device",
-               .usage = "(vid pid)* ",
+               .usage = "(vid pid)*",
        },
        {
                .name = "cmsis_dap_serial",