help text: remove trailing space
[fw/openocd] / src / jtag / drivers / ftdi.c
index e13977fb0d8e8f417cd29a2ffcff4e4a077723c1..210d0f796b077cae0245c33cb45054c1a4866f91 100644 (file)
@@ -1004,7 +1004,7 @@ static const struct command_registration ftdi_command_handlers[] = {
                .handler = &ftdi_handle_vid_pid_command,
                .mode = COMMAND_CONFIG,
                .help = "the vendor ID and product ID of the FTDI device",
-               .usage = "(vid pid)* ",
+               .usage = "(vid pid)*",
        },
        {
                .name = "ftdi_tdo_sample_edge",