diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2009-06-24 20:01:41 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2009-06-24 20:01:41 +0100 |
commit | efdf252102a65b691e405f80de4261dfc8a0035b (patch) | |
tree | dab9e120e8d20142fe068846c0c37a681d934631 /guestfish.pod | |
parent | da947eadcfa1367c2d634667068db813a87a6dd1 (diff) | |
download | libguestfs-efdf252102a65b691e405f80de4261dfc8a0035b.tar.gz libguestfs-efdf252102a65b691e405f80de4261dfc8a0035b.tar.xz libguestfs-efdf252102a65b691e405f80de4261dfc8a0035b.zip |
Document the guestfish --version option in the manual page.
Diffstat (limited to 'guestfish.pod')
-rw-r--r-- | guestfish.pod | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/guestfish.pod b/guestfish.pod index 56d941f8..0870b9ee 100644 --- a/guestfish.pod +++ b/guestfish.pod @@ -156,6 +156,10 @@ 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. + =back =head1 COMMANDS ON COMMAND LINE |