X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=tools%2Fvirt-ls;h=9271a9149ba86b9c20e94a08296f76588e883a84;hb=6391d1a7cfa10337a75465c72d49df3c9ebc65ca;hp=8813d2fa3fd02eb9b58226f741ac42f40d98c262;hpb=94e310dcfbcd368cbe02dbc1643ed2ff9821cd48;p=libguestfs.git 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,