From efdf252102a65b691e405f80de4261dfc8a0035b Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 24 Jun 2009 20:01:41 +0100 Subject: [PATCH] Document the guestfish --version option in the manual page. --- guestfish.pod | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/guestfish.pod b/guestfish.pod index 56d941f..0870b9e 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 -- 1.8.3.1