From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56735) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VkwfT-00042M-NZ for qemu-devel@nongnu.org; Mon, 25 Nov 2013 08:57:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VkwfN-0006b6-QB for qemu-devel@nongnu.org; Mon, 25 Nov 2013 08:57:39 -0500 Received: from mx.ipv6.kamp.de ([2a02:248:0:51::16]:35291 helo=mx01.kamp.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VkwfN-0006Zn-DY for qemu-devel@nongnu.org; Mon, 25 Nov 2013 08:57:33 -0500 From: Peter Lieven Date: Mon, 25 Nov 2013 14:57:16 +0100 Message-Id: <1385387840-17307-3-git-send-email-pl@kamp.de> In-Reply-To: <1385387840-17307-1-git-send-email-pl@kamp.de> References: <1385387840-17307-1-git-send-email-pl@kamp.de> Subject: [Qemu-devel] [PATCH 1.8 2/6] qemu-img: fix usage instruction for qemu-img convert List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, pbonzini@redhat.com, Peter Lieven , stefanha@redhat.com Signed-off-by: Peter Lieven --- qemu-img.c | 1 - 1 file changed, 1 deletion(-) diff --git a/qemu-img.c b/qemu-img.c index efb744c..e2d1a0a 100644 --- a/qemu-img.c +++ b/qemu-img.c @@ -105,7 +105,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.9.5