summaryrefslogtreecommitdiff
path: root/monitor.c
diff options
context:
space:
mode:
Diffstat (limited to 'monitor.c')
-rw-r--r--monitor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/monitor.c b/monitor.c
index b40eac4c4b..f2a2417ddd 100644
--- a/monitor.c
+++ b/monitor.c
@@ -1230,9 +1230,9 @@ static term_cmd_t info_cmds[] = {
{ "profile", "", do_info_profile,
"", "show profiling information", },
{ "capture", "", do_info_capture,
- "show capture information" },
+ "", "show capture information" },
{ "snapshots", "", do_info_snapshots,
- "show the currently saved VM snapshots" },
+ "", "show the currently saved VM snapshots" },
{ NULL, NULL, },
};