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