*SVF: help/usage updates
[fw/openocd] / src / svf / svf.c
index dfdecbcd83c6c082c563d74f9853db66944deeaa..7cb220073f3d00ff246e9136dd352031cbacc386 100644 (file)
@@ -1461,10 +1461,10 @@ static int svf_run_command(struct command_context *cmd_ctx, char *cmd_str)
 static const struct command_registration svf_command_handlers[] = {
        {
                .name = "svf",
-               .handler = &handle_svf_command,
+               .handler = handle_svf_command,
                .mode = COMMAND_EXEC,
                .help = "Runs a SVF file.",
-               .usage = "<file>",
+               .usage = "filename ['quiet']",
        },
        COMMAND_REGISTRATION_DONE
 };