From: Richard Jones Date: Mon, 13 Jul 2009 11:12:34 +0000 (+0100) Subject: Order alphabetically the options in guestfish.1 manpage. X-Git-Tag: 1.0.59~16 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=ffd17f8e94af972429f5135208c795c0dbcdfbc8;ds=sidebyside Order alphabetically the options in guestfish.1 manpage. --- 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