X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=tools%2Fvirt-ls;fp=tools%2Fvirt-ls;h=9271a9149ba86b9c20e94a08296f76588e883a84;hp=8813d2fa3fd02eb9b58226f741ac42f40d98c262;hb=a80177cc847102d5a6e43a8ff87769e86f30bd6c;hpb=b3d27793f04ae44b2c11f6422a19b4422ac941cd diff --git a/tools/virt-ls b/tools/virt-ls index 8813d2f..9271a91 100755 --- a/tools/virt-ls +++ b/tools/virt-ls @@ -207,6 +207,13 @@ unless ($mode) { close F; } +=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,