openocd: fix command's usage string
[fw/openocd] / src / target / nds32_cmd.c
index d7d040e4b963a0205a8257e9292ebd902f43cbde..1684ea8824483e178d91ebb114096758c43b0561 100644 (file)
@@ -1036,7 +1036,7 @@ static const struct command_registration nds32_exec_command_handlers[] = {
                .name = "login_edm_operation",
                .handler = handle_nds32_login_edm_operation_command,
                .mode = COMMAND_CONFIG,
-               .usage = "login_edm_operation misc_reg_no value",
+               .usage = "misc_reg_no value",
                .help = "add EDM operations for secure MCU debugging.",
        },
        {