X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=guestfish.pod;h=0100311cf1d8faaab9867eb9e3bb6cc84f066e7c;hp=e3ffe52ce3063df3c479e5adca2978b7712200ac;hb=ffd17f8e94af972429f5135208c795c0dbcdfbc8;hpb=ad64aff8342198f11cf7d8ffff148a9cd5afe6ce diff --git a/guestfish.pod b/guestfish.pod index e3ffe52..0100311 100644 --- a/guestfish.pod +++ b/guestfish.pod @@ -92,6 +92,13 @@ Displays detailed help on a single command C. Add a block device or virtual machine image to the shell. +=item B<-D> | B<--no-dest-paths> + +Don't tab-complete paths on the guest filesystem. It is useful to be +able to hit the tab key to complete paths on the guest filesystem, but +this causes extra "hidden" guestfs calls to be made, so this option is +here to allow this feature to be disabled. + =item B<-f file> | B<--file file> Read commands from C. To write pure guestfish @@ -149,21 +156,14 @@ This changes the C<-m> option so that mounts are done read-only Enable very verbose messages. This is particularly useful if you find a bug. -=item B<-x> - -Echo each command before executing it. - -=item B<-D> | B<--no-dest-paths> - -Don't tab-complete paths on the guest filesystem. It is useful to be -able to hit the tab key to complete paths on the guest filesystem, but -this causes extra "hidden" guestfs calls to be made, so this option is -here to allow this feature to be disabled. - =item B<-V> | B<--version> Display the guestfish / libguestfs version number and exit. +=item B<-x> + +Echo each command before executing it. + =back =head1 COMMANDS ON COMMAND LINE