summaryrefslogtreecommitdiff
path: root/hmp-commands-info.hx
diff options
context:
space:
mode:
Diffstat (limited to 'hmp-commands-info.hx')
-rw-r--r--hmp-commands-info.hx6
1 files changed, 3 insertions, 3 deletions
diff --git a/hmp-commands-info.hx b/hmp-commands-info.hx
index ae169011b1..ba98e581ab 100644
--- a/hmp-commands-info.hx
+++ b/hmp-commands-info.hx
@@ -100,9 +100,9 @@ ETEXI
{
.name = "registers",
- .args_type = "",
- .params = "",
- .help = "show the cpu registers",
+ .args_type = "cpustate_all:-a",
+ .params = "[-a]",
+ .help = "show the cpu registers (-a: all - show register info for all cpus)",
.cmd = hmp_info_registers,
},