X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=guestfish.pod;h=affb83b30818d35d5f22115950d8932bf9ee5fdf;hp=d24c1628598ffacdf7e1dcbcd7850fc621fa1257;hb=6c8a69c602643ae3102c263148a94559d6594381;hpb=f04ee08806ec7bd313e9d54f48f2eb911fcb3067 diff --git a/guestfish.pod b/guestfish.pod index d24c162..affb83b 100644 --- a/guestfish.pod +++ b/guestfish.pod @@ -250,9 +250,13 @@ quotes. For example: rm '/"' A few commands require a list of strings to be passed. For these, use -a space-separated list, enclosed in quotes. For example: +a whitespace-separated list, enclosed in quotes. Strings containing whitespace +to be passed through must be enclosed in single quotes. A literal single quote +must be escaped with a backslash. vgcreate VG "/dev/sda1 /dev/sdb1" + command "/bin/echo 'foo bar'" + command "/bin/echo \'foo\'" =head1 WILDCARDS AND GLOBBING