summaryrefslogtreecommitdiffstats
path: root/fish/guestfish.pod
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-06-28 18:58:54 +0100
committerRichard W.M. Jones <rjones@redhat.com>2011-06-28 18:58:54 +0100
commitdfb89e3556c02bcc5fbe62f90e3c716a2cbe93da (patch)
tree678d93ea370f60afc6d6e1f2fe5bb815e9f78aeb /fish/guestfish.pod
parent7f16c346bbeba2f2fe3c31ccb85158178a284d84 (diff)
downloadlibguestfs-dfb89e3556c02bcc5fbe62f90e3c716a2cbe93da.tar.gz
libguestfs-dfb89e3556c02bcc5fbe62f90e3c716a2cbe93da.tar.xz
libguestfs-dfb89e3556c02bcc5fbe62f90e3c716a2cbe93da.zip
fish: Add 'display' command for displaying graphical files.
Diffstat (limited to 'fish/guestfish.pod')
-rw-r--r--fish/guestfish.pod6
1 files changed, 6 insertions, 0 deletions
diff --git a/fish/guestfish.pod b/fish/guestfish.pod
index 77bf0ca3..a3d944d9 100644
--- a/fish/guestfish.pod
+++ b/fish/guestfish.pod
@@ -1023,6 +1023,11 @@ guestfish returns 0 if the commands completed without error, or
The C<edit> command uses C<$EDITOR> as the editor. If not
set, it uses C<vi>.
+=item GUESTFISH_DISPLAY_IMAGE
+
+The C<display> command uses C<$GUESTFISH_DISPLAY_IMAGE> to
+display images. If not set, it uses L<display(1)>.
+
=item GUESTFISH_PID
Used with the I<--remote> option to specify the remote guestfish
@@ -1169,6 +1174,7 @@ L<virt-tar(1)>,
L<virt-tar-in(1)>,
L<virt-tar-out(1)>,
L<virt-win-reg(1)>,
+L<display(1)>,
L<hexedit(1)>.
=head1 AUTHORS