summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2020-09-14 18:12:41 -0400
committerCole Robinson <crobinso@redhat.com>2020-09-14 18:12:41 -0400
commit67703ec7a51d5de15b9d6b5002d695d72d6cd565 (patch)
tree372dc623bf596c1f7ef22f88cffbca67a6b791be /man
parent9e8a72537eeac011add10983d095d8924f42b104 (diff)
downloadvirt-manager-67703ec7a51d5de15b9d6b5002d695d72d6cd565.tar.gz
cli: Add --osinfo as alternate name for --os-variant
The --os-variant option naming is pretty crappy and mostly a historical artifact. Ideally this would be named just `--os` but I'm afraid that would cause confusion with libvirt's <os> XML Add --osinfo as an alternate commandline naming. If we ever want to transition documented use of --os-variant it will help to have the alternative around for a few releases Signed-off-by: Cole Robinson <crobinso@redhat.com>
Diffstat (limited to 'man')
-rw-r--r--man/virt-install.rst4
-rw-r--r--man/virt-xml.rst2
2 files changed, 3 insertions, 3 deletions
diff --git a/man/virt-install.rst b/man/virt-install.rst
index 307ae1ae..f2741f65 100644
--- a/man/virt-install.rst
+++ b/man/virt-install.rst
@@ -966,8 +966,8 @@ GUEST OS OPTIONS
================
-``--os-variant``
-^^^^^^^^^^^^^^^^
+``--os-variant``, ``--osinfo``
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
**Syntax:** ``--os-variant`` OS_VARIANT
diff --git a/man/virt-xml.rst b/man/virt-xml.rst
index 52c7a9e9..bb521cd4 100644
--- a/man/virt-xml.rst
+++ b/man/virt-xml.rst
@@ -180,7 +180,7 @@ These options decide what action to take after altering the XML. In the common c
GUEST OS OPTIONS
================
-``--os-variant`` OS_VARIANT
+``--os-variant``, ``--osinfo`` OS_VARIANT
Optimize the guest configuration for a specific operating system (ex.
'fedora29', 'rhel7', 'win10'). While not required, specifying this
options is HIGHLY RECOMMENDED, as it can greatly increase performance