summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/guestfs-recipes.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/guestfs-recipes.pod b/examples/guestfs-recipes.pod
index 68b88cf2..595c2c48 100644
--- a/examples/guestfs-recipes.pod
+++ b/examples/guestfs-recipes.pod
@@ -310,7 +310,7 @@ L<virt-inspector(1)>.
This involves using the L<guestfish(1)> C<find0> command like this:
- guestfish --ro -d Guest -i find0 / - | tr '\000' '\n' | sort
+ guestfish --ro -d Guest -i find0 / - | tr '\0' '\n' | sort
=head1 List services in a Windows VM