X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=tools%2Fvirt-make-fs;fp=tools%2Fvirt-make-fs;h=1a6aee4fa7e14a417cbf656d68b8a39c69faa8cb;hp=3f27a623e37560c192521f1ff9a21fc75dbd277a;hb=a80177cc847102d5a6e43a8ff87769e86f30bd6c;hpb=b3d27793f04ae44b2c11f6422a19b4422ac941cd diff --git a/tools/virt-make-fs b/tools/virt-make-fs index 3f27a62..1a6aee4 100755 --- a/tools/virt-make-fs +++ b/tools/virt-make-fs @@ -524,6 +524,13 @@ sub create_pipe return $pipe; } +=head1 SHELL QUOTING + +Libvirt guest names can contain arbitrary characters, some of which +have meaning to the shell such as C<#> and space. You may need to +quote or escape these characters on the command line. See the shell +manual page L for details. + =head1 SEE ALSO L,