diff options
-rw-r--r-- | examples/guestfs-recipes.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/guestfs-recipes.pod b/examples/guestfs-recipes.pod index 81dae7c5..ae0cdf0a 100644 --- a/examples/guestfs-recipes.pod +++ b/examples/guestfs-recipes.pod @@ -83,7 +83,7 @@ of C<guestfish -h> You can use the L<guestfish(1)> C<download> command to extract the raw filesystem content from any filesystem in a disk image or a VM (even -one which is encrypted or buried inside an LV): +one which is encrypted or buried inside an LV or RAID device): guestfish --ro -a disk.img run : download /dev/sda1 sda1.img |