From e8dad3166b53e8aa3a8cf6a3dbd0532d6881c375 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 26 Mar 2012 18:28:00 +0100 Subject: fuse: Fix documentation for call to virt-filesystems. virt-filesystems requires -a/-d option. (cherry picked from commit f5c31db5ed4225c263e6f508a85f38aa80411c0e) --- fuse/guestmount.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 first: - virt-filesystems MyGuest + virt-filesystems -d MyGuest If you want to trace the libguestfs calls but without excessive debugging information, we recommend: -- cgit