summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-03-26 18:28:00 +0100
committerRichard W.M. Jones <rjones@redhat.com>2012-03-30 15:34:38 +0100
commite8dad3166b53e8aa3a8cf6a3dbd0532d6881c375 (patch)
treeb2266fcf41b6d32fc4e312247ea65d53e49e0d11
parent0e2d5729b7b56674913840a9cbcbfe715e4670ee (diff)
downloadlibguestfs-e8dad3166b53e8aa3a8cf6a3dbd0532d6881c375.tar.gz
libguestfs-e8dad3166b53e8aa3a8cf6a3dbd0532d6881c375.tar.xz
libguestfs-e8dad3166b53e8aa3a8cf6a3dbd0532d6881c375.zip
fuse: Fix documentation for call to virt-filesystems.
virt-filesystems requires -a/-d option. (cherry picked from commit f5c31db5ed4225c263e6f508a85f38aa80411c0e)
-rw-r--r--fuse/guestmount.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/fuse/guestmount.pod b/fuse/guestmount.pod
index fbd043d9..b81c635c 100644
--- a/fuse/guestmount.pod
+++ b/fuse/guestmount.pod
@@ -59,7 +59,7 @@ For a libvirt guest called "Guest" you could do:
If you don't know what filesystems are contained in a guest or
disk image, use L<virt-filesystems(1)> first:
- virt-filesystems MyGuest
+ virt-filesystems -d MyGuest
If you want to trace the libguestfs calls but without excessive
debugging information, we recommend: