summaryrefslogtreecommitdiffstats
path: root/tools/virt-df
diff options
context:
space:
mode:
Diffstat (limited to 'tools/virt-df')
-rwxr-xr-xtools/virt-df7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/virt-df b/tools/virt-df
index 71658f72..15512216 100755
--- a/tools/virt-df
+++ b/tools/virt-df
@@ -533,6 +533,13 @@ for Perl or Python's built-in csv library).
Most spreadsheets and databases can import CSV directly.
+=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<sh(1)> for details.
+
=head1 SEE ALSO
L<guestfs(3)>,