openocd: fix command's usage string
[fw/openocd] / src / jtag / hla / hla_interface.c
index 6d5cdc5e7018f3527385808ec585da4a571d1931..490eb9f4dc984593385b9461829208cc5a5d4c18 100644 (file)
@@ -312,7 +312,7 @@ static const struct command_registration hl_interface_command_handlers[] = {
         .name = "hla_device_desc",
         .handler = &hl_interface_handle_device_desc_command,
         .mode = COMMAND_CONFIG,
-        .help = "set the device description of the adapter",
+        .help = "set the device description of the adapter",
         .usage = "description_string",
         },
        {
@@ -341,7 +341,7 @@ static const struct command_registration hl_interface_command_handlers[] = {
         .handler = &interface_handle_hla_command,
         .mode = COMMAND_EXEC,
         .help = "execute a custom adapter-specific command",
-        .usage = "hla_command <command>",
+        .usage = "<command>",
         },
        COMMAND_REGISTRATION_DONE
 };