diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2010-11-05 15:17:45 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2010-11-05 15:39:27 +0000 |
commit | 371e83c0902d0f6949a09095b1b10280d8881aac (patch) | |
tree | 2c3afbdd4dbde55f25547b768c84e42eb5ae1cdc /fish/guestfish.pod | |
parent | be728962ff636e260f09dca6a1175c442d687551 (diff) | |
download | libguestfs-371e83c0902d0f6949a09095b1b10280d8881aac.tar.gz libguestfs-371e83c0902d0f6949a09095b1b10280d8881aac.tar.xz libguestfs-371e83c0902d0f6949a09095b1b10280d8881aac.zip |
fish: Add --listen --csh to for csh, tcsh compatibility.
(Thanks Eric Blake).
Diffstat (limited to 'fish/guestfish.pod')
-rw-r--r-- | fish/guestfish.pod | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/fish/guestfish.pod b/fish/guestfish.pod index 2806102b..d265a3d4 100644 --- a/fish/guestfish.pod +++ b/fish/guestfish.pod @@ -174,6 +174,11 @@ When used in conjunction with the I<-d> option, this specifies the libvirt URI to use. The default is to use the default libvirt connection. +=item B<--csh> + +If using the I<--listen> option and a csh-like shell, use this option. +See section L</REMOTE CONTROL AND CSH> below. + =item B<-d libvirt-domain> | B<--domain libvirt-domain> Add disks from the named libvirt domain. If the I<--ro> option is @@ -758,6 +763,13 @@ You can have several guestfish listener processes running using: guestfish --remote=$pid1 cmd guestfish --remote=$pid2 cmd +=head2 REMOTE CONTROL AND CSH + +When using csh-like shells (csh, tcsh etc) you have to add the +I<--csh> option: + + eval "`guestfish --listen --csh`" + =head2 REMOTE CONTROL DETAILS Remote control happens over a Unix domain socket called |