diff options
author | Richard Jones <rjones@trick.home.annexia.org> | 2009-06-18 21:06:22 +0100 |
---|---|---|
committer | Richard Jones <rjones@trick.home.annexia.org> | 2009-06-18 21:06:22 +0100 |
commit | e395d7db8fd3fe3d1b121258fe2f401d6b3e64c8 (patch) | |
tree | e825bef2cf986c4d3cc3db34fcb19ee85cb27979 /guestfish.pod | |
parent | ace1f0ee2b0a2534e45f14599e38d2d06a03d4d4 (diff) | |
download | libguestfs-e395d7db8fd3fe3d1b121258fe2f401d6b3e64c8.tar.gz libguestfs-e395d7db8fd3fe3d1b121258fe2f401d6b3e64c8.tar.xz libguestfs-e395d7db8fd3fe3d1b121258fe2f401d6b3e64c8.zip |
Add tab-completion of guest filenames (currently disabled).
Diffstat (limited to 'guestfish.pod')
-rw-r--r-- | guestfish.pod | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/guestfish.pod b/guestfish.pod index 28daa0ab..19c9d434 100644 --- a/guestfish.pod +++ b/guestfish.pod @@ -107,6 +107,13 @@ 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<-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. + =back =head1 COMMANDS ON COMMAND LINE |