[Pkg-libvirt-commits] [libguestfs] 10/59: p2v: Make --version output consistent with other tools (RHBZ#1213247).
Hilko Bengen
bengen at moszumanska.debian.org
Sun May 3 21:26:26 UTC 2015
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to branch experimental
in repository libguestfs.
commit 86a91d6c65d6fe5da45bd827287cd9800ece721e
Author: Richard W.M. Jones <rjones at redhat.com>
Date: Mon Apr 20 08:55:03 2015 +0100
p2v: Make --version output consistent with other tools (RHBZ#1213247).
---
p2v/main.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/p2v/main.c b/p2v/main.c
index dbecd4f..15628ba 100644
--- a/p2v/main.c
+++ b/p2v/main.c
@@ -149,7 +149,9 @@ main (int argc, char *argv[])
break;
case 'V':
- printf ("%s %s\n", guestfs_int_program_name, PACKAGE_VERSION);
+ printf ("%s %s%s\n",
+ guestfs_int_program_name,
+ PACKAGE_VERSION, PACKAGE_VERSION_EXTRA);
exit (EXIT_SUCCESS);
case HELP_OPTION:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git
More information about the Pkg-libvirt-commits
mailing list