diff options
author | Richard Jones <rjones@trick.home.annexia.org> | 2009-07-13 12:12:34 +0100 |
---|---|---|
committer | Richard Jones <rjones@trick.home.annexia.org> | 2009-07-13 12:12:34 +0100 |
commit | ffd17f8e94af972429f5135208c795c0dbcdfbc8 (patch) | |
tree | 02092ef98ae03d2ae4142262f1c865f480773524 /guestfish.pod | |
parent | ad64aff8342198f11cf7d8ffff148a9cd5afe6ce (diff) | |
download | libguestfs-ffd17f8e94af972429f5135208c795c0dbcdfbc8.tar.gz libguestfs-ffd17f8e94af972429f5135208c795c0dbcdfbc8.tar.xz libguestfs-ffd17f8e94af972429f5135208c795c0dbcdfbc8.zip |
Order alphabetically the options in guestfish.1 manpage.
Diffstat (limited to 'guestfish.pod')
-rw-r--r-- | guestfish.pod | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/guestfish.pod b/guestfish.pod index e3ffe52c..0100311c 100644 --- a/guestfish.pod +++ b/guestfish.pod @@ -92,6 +92,13 @@ Displays detailed help on a single command C<cmd>. 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<file>. 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 |