diff options
Diffstat (limited to 'fuse')
-rw-r--r-- | fuse/guestmount.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fuse/guestmount.pod b/fuse/guestmount.pod index e86d76c7..dc4005b2 100644 --- a/fuse/guestmount.pod +++ b/fuse/guestmount.pod @@ -57,9 +57,9 @@ For a libvirt guest called "Guest" you could do: guestmount -d Guest -i --ro /mnt If you don't know what filesystems are contained in a guest or -disk image, use L<virt-list-filesystems(1)> first: +disk image, use L<virt-filesystems(1)> first: - virt-list-filesystems MyGuest + virt-filesystems MyGuest If you want to trace the libguestfs calls but without excessive debugging information, we recommend: |