ARM720: help/usage updates
[fw/openocd] / src / target / arm720t.c
index 84c66b8d8a877e5540fff4a64e4d8dfd3a63cd7b..2f516997420b5eec3c9f728a477cf30360bdb544 100644 (file)
@@ -516,8 +516,10 @@ static const struct command_registration arm720t_exec_command_handlers[] = {
                .name = "cp15",
                .handler = arm720t_handle_cp15_command,
                .mode = COMMAND_EXEC,
-               .usage = "<opcode> [value]",
-               .help = "display/modify cp15 register",
+               /* prefer using less error-prone "arm mcr" or "arm mrc" */
+               .help = "display/modify cp15 register using ARM opcode"
+                       " (DEPRECATED)",
+               .usage = "instruction [value]",
        },
        COMMAND_REGISTRATION_DONE
 };