Blame SOURCES/kvm-qemu-img-fix-usage-instruction-for-qemu-img-convert.patch.patch

0a122b
From d539424eccda7109d56332b2091863ff694a095d Mon Sep 17 00:00:00 2001
0a122b
Message-Id: <d539424eccda7109d56332b2091863ff694a095d.1389014116.git.minovotn@redhat.com>
0a122b
In-Reply-To: <c8cc35838d42aa286242772d97e3a9be7bb786ba.1389014116.git.minovotn@redhat.com>
0a122b
References: <c8cc35838d42aa286242772d97e3a9be7bb786ba.1389014116.git.minovotn@redhat.com>
0a122b
From: Paolo Bonzini <pbonzini@redhat.com>
0a122b
Date: Mon, 9 Dec 2013 14:09:32 +0100
0a122b
Subject: [PATCH 44/50] qemu-img: fix usage instruction for qemu-img convert
0a122b
0a122b
RH-Author: Paolo Bonzini <pbonzini@redhat.com>
0a122b
Message-id: <1386598178-11845-47-git-send-email-pbonzini@redhat.com>
0a122b
Patchwork-id: 56084
0a122b
O-Subject: [RHEL 7.0 qemu-kvm PATCH 46/52] qemu-img: fix usage instruction for qemu-img convert
0a122b
Bugzilla: 1007815
0a122b
RH-Acked-by: Jeffrey Cody <jcody@redhat.com>
0a122b
RH-Acked-by: Fam Zheng <famz@redhat.com>
0a122b
RH-Acked-by: Stefan Hajnoczi <stefanha@redhat.com>
0a122b
0a122b
From: Peter Lieven <pl@kamp.de>
0a122b
0a122b
Reviewed-by: Eric Blake <eblake@redhat.com>
0a122b
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
0a122b
Signed-off-by: Peter Lieven <pl@kamp.de>
0a122b
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
0a122b
(cherry picked from commit 049b09825fe479f4caa013ccde0ff87fc9d82856)
0a122b
---
0a122b
 qemu-img.c | 1 -
0a122b
 1 file changed, 1 deletion(-)
0a122b
0a122b
Signed-off-by: Michal Novotny <minovotn@redhat.com>
0a122b
---
0a122b
 qemu-img.c | 1 -
0a122b
 1 file changed, 1 deletion(-)
0a122b
0a122b
diff --git a/qemu-img.c b/qemu-img.c
0a122b
index a8e2d8c..c81d70a 100644
0a122b
--- a/qemu-img.c
0a122b
+++ b/qemu-img.c
0a122b
@@ -104,7 +104,6 @@ static void help(void)
0a122b
            "       conversion. If the number of bytes is 0, the source will not be scanned for\n"
0a122b
            "       unallocated or zero sectors, and the destination image will always be\n"
0a122b
            "       fully allocated\n"
0a122b
-           "       images will always be fully allocated\n"
0a122b
            "  '--output' takes the format in which the output must be done (human or json)\n"
0a122b
            "  '-n' skips the target volume creation (useful if the volume is created\n"
0a122b
            "       prior to running qemu-img)\n"
0a122b
-- 
0a122b
1.7.11.7
0a122b