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