summaryrefslogtreecommitdiffstats
path: root/tools/virt-make-fs
diff options
context:
space:
mode:
Diffstat (limited to 'tools/virt-make-fs')
-rwxr-xr-xtools/virt-make-fs7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/virt-make-fs b/tools/virt-make-fs
index 3f27a623..1a6aee4f 100755
--- a/tools/virt-make-fs
+++ b/tools/virt-make-fs
@@ -524,6 +524,13 @@ sub create_pipe
return $pipe;
}
+=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<guestfish(1)>,