X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fish%2Fguestfish.pod;h=21680c71bad56eec5065e31ef26a04747549b9a5;hb=d28f8f4cc36b42ace02b8c02b80a945315fdbf24;hp=172729ad9a8fdbb784ea547e5da71c1b300185bd;hpb=8a6569405c7c71367578817608996f9326ab72f1;p=libguestfs.git diff --git a/fish/guestfish.pod b/fish/guestfish.pod index 172729a..21680c7 100644 --- a/fish/guestfish.pod +++ b/fish/guestfish.pod @@ -913,6 +913,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 @@ -1139,9 +1150,9 @@ to make guestfish case sensitive. =item test2.img (etc) -When using the C<-N> or C<--new> option, the prepared disk or +When using the I<-N> or I<--new> option, the prepared disk or filesystem will be created in the file C in the current -directory. The second use of C<-N> will use C and so on. +directory. The second use of I<-N> will use C and so on. Any existing file with the same name will be overwritten. =back