X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=tools%2Fvirt-list-filesystems;h=7b4d5ad319b204515a08080c0d201a4baec5c283;hb=a80177cc847102d5a6e43a8ff87769e86f30bd6c;hp=921704b26116d4c9e4942a03c6bfaaac11903be0;hpb=b3d27793f04ae44b2c11f6422a19b4422ac941cd;p=libguestfs.git diff --git a/tools/virt-list-filesystems b/tools/virt-list-filesystems index 921704b..7b4d5ad 100755 --- a/tools/virt-list-filesystems +++ b/tools/virt-list-filesystems @@ -188,6 +188,13 @@ sub canonicalize $_; } +=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,