summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJonathon Jongsma <jjongsma@redhat.com>2022-02-08 12:59:11 -0600
committerCole Robinson <crobinso@redhat.com>2022-02-09 11:05:01 -0500
commit17cd4477b8b18051c5bc4d57da5ca611cfd2d372 (patch)
tree327e59e3a2dfaa3d5d9d35ded2286767738054c3 /man
parent34c47c1527c95f359c3f72a90d83131d094b05be (diff)
downloadvirt-manager-17cd4477b8b18051c5bc4d57da5ca611cfd2d372.tar.gz
man: fix default value for filesystem accessmode option
Commit 85307b9bd2971cfc972c976c78e411f018647861 changed the default value for 'accessmode' from 'passthrough' to 'mapped', but forgot to update the documentation in the man page. Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com>
Diffstat (limited to 'man')
-rw-r--r--man/virt-install.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/virt-install.rst b/man/virt-install.rst
index 85070314..d70c37ca 100644
--- a/man/virt-install.rst
+++ b/man/virt-install.rst
@@ -1202,7 +1202,7 @@ Some example suboptions:
``accessmode`` or ``mode``
The access mode for the source directory from the guest OS. Only used with
- QEMU and type=mount. Valid modes are 'passthrough' (the default), 'mapped',
+ QEMU and type=mount. Valid modes are 'mapped' (the default), 'passthrough',
or 'squash'. See libvirt domain XML documentation for more info.
``source``