[PATCH] migration.html: Fix the spelling of the --undefinesource parameter

Thomas Huth posted 1 patch 3 years, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20201113141749.825751-1-thuth@redhat.com
Test syntax-check failed
docs/migration.html.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[PATCH] migration.html: Fix the spelling of the --undefinesource parameter
Posted by Thomas Huth 3 years, 5 months ago
There is no dash between "undefine" and "source" in this parameter.

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 docs/migration.html.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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

Re: [PATCH] migration.html: Fix the spelling of the --undefinesource parameter
Posted by Ján Tomko 3 years, 5 months ago
On a Friday in 2020, Thomas Huth wrote:
>There is no dash between "undefine" and "source" in this parameter.
>

If you think there should be one, we can add an alias for the command
and hide the undashed version.

>Signed-off-by: Thomas Huth <thuth@redhat.com>
>---
> docs/migration.html.in | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

and pushed.

Jano