From: Richard Jones Date: Tue, 25 May 2010 10:44:43 +0000 (+0100) Subject: fish: Make the read/write warning more prominent. X-Git-Tag: 1.2.9~26 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=4b0a04f90e88d2d1a10bab4504674734f61c3184;p=libguestfs.git fish: Make the read/write warning more prominent. Follow the example on other manual pages by making the warning more prominent. (cherry picked from commit 57cc217335ff511e579b094e47b0de57d5c3aaef) --- diff --git a/fish/guestfish.pod b/fish/guestfish.pod index 65fccc8..c647b57 100644 --- a/fish/guestfish.pod +++ b/fish/guestfish.pod @@ -18,6 +18,13 @@ guestfish - the libguestfs Filesystem Interactive SHell guestfish -i disk.img [disk.img ...] +=head1 WARNING + +Using guestfish in read/write mode on live virtual machines can be +dangerous, potentially causing disk corruption. Use the I<--ro> +(read-only) option to use guestfish safely if the disk image or +virtual machine might be live. + =head1 EXAMPLES =head2 As an interactive shell @@ -101,11 +108,6 @@ shell scripts or the command line or interactively. If you want to rescue a broken virtual machine image, you should look at the L command. -Using guestfish in read/write mode on live virtual machines can be -dangerous, potentially causing disk corruption. Use the I<--ro> -(read-only) option to use guestfish safely if the disk image or -virtual machine might be live. - =head1 OPTIONS =over 4