aboutsummaryrefslogtreecommitdiff
path: root/hmp-commands.hx
diff options
context:
space:
mode:
Diffstat (limited to 'hmp-commands.hx')
-rw-r--r--hmp-commands.hx4
1 files changed, 3 insertions, 1 deletions
diff --git a/hmp-commands.hx b/hmp-commands.hx
index f3de407647..bb52e4d3bd 100644
--- a/hmp-commands.hx
+++ b/hmp-commands.hx
@@ -1025,7 +1025,9 @@ ETEXI
.name = "migrate_start_postcopy",
.args_type = "",
.params = "",
- .help = "Switch migration to postcopy mode",
+ .help = "Followup to a migration command to switch the migration"
+ " to postcopy mode. The x-postcopy-ram capability must "
+ "be set before the original migration command.",
.mhandler.cmd = hmp_migrate_start_postcopy,
},