]> git.gag.com Git - fw/openocd/blobdiff - src/svf/svf.c
openocd: fix command's usage string
[fw/openocd] / src / svf / svf.c
index b62cdae08feca1beda1f70aea5bd9e8b2bf20c84..608703434aa8618184aa33065dea0ed120539049 100644 (file)
@@ -1556,7 +1556,7 @@ static const struct command_registration svf_command_handlers[] = {
                .handler = handle_svf_command,
                .mode = COMMAND_EXEC,
                .help = "Runs a SVF file.",
-               .usage = "svf [-tap device.tap] <file> [quiet] [nil] [progress] [ignore_error]",
+               .usage = "[-tap device.tap] <file> [quiet] [nil] [progress] [ignore_error]",
        },
        COMMAND_REGISTRATION_DONE
 };