help text: remove trailing space
[fw/openocd] / src / jtag / hla / hla_interface.c
index 04e01d2520c3d0a2dbb10af0f0f4a726d8662c11..15651763da8eb9bdb36a3021a383180acc3e4a7b 100644 (file)
@@ -359,7 +359,7 @@ static const struct command_registration hl_interface_command_handlers[] = {
         .handler = &hl_interface_handle_vid_pid_command,
         .mode = COMMAND_CONFIG,
         .help = "the vendor and product ID of the adapter",
-        .usage = "(vid pid)* ",
+        .usage = "(vid pid)*",
         },
        {
         .name = "hla_stlink_backend",