diff --git a/tools/virsh-domain.c b/tools/virsh-domain.c index 9315755990..358067dce4 100644 --- a/tools/virsh-domain.c +++ b/tools/virsh-domain.c @@ -10964,6 +10964,7 @@ cmdMigrate(vshControl *ctl, const vshCmd *cmd) VSH_REQUIRE_OPTION("postcopy-after-precopy", "postcopy"); VSH_REQUIRE_OPTION("timeout-postcopy", "postcopy"); VSH_REQUIRE_OPTION("persistent-xml", "persistent"); + VSH_REQUIRE_OPTION("tls-destination", "tls"); if (!(dom = virshCommandOptDomain(ctl, cmd, NULL))) return false;