X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fish%2Fguestfish.pod;h=254daad64d50015b9a5b625e52b398989166dc32;hb=79cf27654d7ceab1bd9c01c7144cac34a2ea4623;hp=74d222f8a4b8ae4ba0d27acb0adb85053f60c643;hpb=8076a345b2ff6e327bf06eee6166af4096ad1418;p=libguestfs.git diff --git a/fish/guestfish.pod b/fish/guestfish.pod index 74d222f..254daad 100644 --- a/fish/guestfish.pod +++ b/fish/guestfish.pod @@ -973,6 +973,17 @@ user ID of the process, and C<$PID> is the process ID of the server. Guestfish client and server versions must match exactly. +=head2 REMOTE CONTROL RUN COMMAND HANGING + +Using the C (or C) command remotely in a command +substitution context hangs, ie. don't do (note the backquotes): + + a=`guestfish --remote run` + +Since the C command produces no output on stdout, this is not +useful anyway. For further information see +L. + =head1 PREPARED DISK IMAGES Use the I<-N type> or I<--new type> parameter to select one of a set @@ -1067,7 +1078,7 @@ This exits guestfish. You can also use C<^D> key. @ACTIONS@ -=head1 EXIT CODE +=head1 EXIT STATUS guestfish returns 0 if the commands completed without error, or 1 if there was an error.