X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=guestfish.pod;fp=guestfish.pod;h=1dc7730eb70b93afeec95681f8c3e25623ad8680;hb=946eec285f634e51b3ea6416a6d7947427c66797;hp=8691dfe9dd7eeeb95b1ba5b9ed76008a69446c27;hpb=8d898dadd931a9bb27202bb26f51828debb27906;p=libguestfs.git diff --git a/guestfish.pod b/guestfish.pod index 8691dfe..1dc7730 100644 --- a/guestfish.pod +++ b/guestfish.pod @@ -156,6 +156,22 @@ The only exception is that if the C<-m> or C<--mount> option was given, the guest is automatically run for you (simply because guestfish can't mount the disks you asked for without doing this). +=head1 QUOTING + +You can quote ordinary parameters using either single or double +quotes. For example: + + add "file with a space.img" + + rm '/file name' + + rm '/"' + +A few commands require a list of strings to be passed. For these, use +a space-separated list, enclosed in quotes. For example: + + vgcreate VG "/dev/sda1 /dev/sdb1" + =head1 COMMANDS =head2 help