X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=tools%2Fvirt-list-partitions;fp=tools%2Fvirt-list-partitions;h=0edecc4b29afeb7aacb5ff82b10e1565c060516e;hp=8bda62ef3281f5ad2cceba52d88d8f536dd83acc;hb=a80177cc847102d5a6e43a8ff87769e86f30bd6c;hpb=b3d27793f04ae44b2c11f6422a19b4422ac941cd diff --git a/tools/virt-list-partitions b/tools/virt-list-partitions index 8bda62e..0edecc4 100755 --- a/tools/virt-list-partitions +++ b/tools/virt-list-partitions @@ -226,6 +226,13 @@ sub human_size } } +=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,