[Pkg-libvirt-commits] [libguestfs] 09/59: virt-win-reg: Make output of --version flag consistent (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 3b3f06d2247562cbdb7ed70868ffb3f9c18e8a32
Author: Richard W.M. Jones <rjones at redhat.com>
Date: Mon Apr 20 08:51:13 2015 +0100
virt-win-reg: Make output of --version flag consistent (RHBZ#1213247).
---
tools/virt-win-reg | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/virt-win-reg b/tools/virt-win-reg
index 3c6f600..f4277e8 100755
--- a/tools/virt-win-reg
+++ b/tools/virt-win-reg
@@ -234,7 +234,7 @@ pod2usage (1) if $help;
if ($version) {
my $g = Sys::Guestfs->new ();
my %h = $g->version ();
- print "$h{major}.$h{minor}.$h{release}$h{extra}\n";
+ print "virt-win-reg $h{major}.$h{minor}.$h{release}$h{extra}\n";
exit
}
--
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