summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/guestfs-recipes.pod4
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/guestfs-recipes.pod b/examples/guestfs-recipes.pod
index 0c8fe0fa..2ccc3c55 100644
--- a/examples/guestfs-recipes.pod
+++ b/examples/guestfs-recipes.pod
@@ -320,9 +320,7 @@ L<virt-inspector(1)>.
=head1 List files and directories in a VM
-This involves using the L<guestfish(1)> C<find0> command like this:
-
- guestfish --ro -d Guest -i find0 / - | tr '\0' '\n' | sort
+Use L<virt-ls(1)>.
=head1 List services in a Windows VM