From: Thomas Huth Date: Fri, 13 Nov 2020 14:17:49 +0000 (+0100) Subject: migration.html: Fix the spelling of the --undefinesource parameter X-Git-Tag: v6.10.0-rc1~182 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0b6d0e2046ba38500fbd95f292feac3860590af2;p=thirdparty%2Flibvirt.git migration.html: Fix the spelling of the --undefinesource parameter There is no dash between "undefine" and "source" in this parameter. Signed-off-by: Thomas Huth Reviewed-by: Ján Tomko Signed-off-by: Ján Tomko --- diff --git a/docs/migration.html.in b/docs/migration.html.in index dd5eddd6f4..194cf7d209 100644 --- a/docs/migration.html.in +++ b/docs/migration.html.in @@ -251,7 +251,7 @@

As mentioned above, libvirt will not modify configuration files during migration by default. The virsh command has two flags to - influence this behaviour. The --undefine-source flag + influence this behaviour. The --undefinesource flag will cause the configuration file to be removed on the source host after a successful migration. The --persist flag will cause a configuration file to be created on the destination host @@ -271,7 +271,7 @@ Source type Source config Dest config - --undefine-source + --undefinesource --persist Dest type Source config