New tool: virt-edit
[libguestfs.git] / cat / virt-cat.pl
index 748dbb8..329ba6e 100755 (executable)
@@ -44,8 +44,9 @@ virt-cat - Display a file in a virtual machine
 C<virt-cat> is a command line tool to display the contents of C<file>
 where C<file> exists in the named virtual machine (or disk image).
 
-C<virt-cat> can be used to quickly view a single file.  For more
-complex cases you should look at the L<guestfish(1)> tool.
+C<virt-cat> can be used to quickly view a single file.  To edit a
+file, use C<virt-edit>.  For more complex cases you should look at the
+L<guestfish(1)> tool.
 
 =head1 EXAMPLES
 
@@ -164,6 +165,7 @@ print $g->download($filename, "/dev/stdout");
 
 L<guestfs(3)>,
 L<guestfish(1)>,
+L<virt-edit(1)>,
 L<Sys::Guestfs(3)>,
 L<Sys::Guestfs::Lib(3)>,
 L<Sys::Virt(3)>,