From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49809) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vlc1l-0001tp-FY for qemu-devel@nongnu.org; Wed, 27 Nov 2013 05:07:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vlc1b-00054h-Rl for qemu-devel@nongnu.org; Wed, 27 Nov 2013 05:07:25 -0500 Received: from mx.ipv6.kamp.de ([2a02:248:0:51::16]:38214 helo=mx01.kamp.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vlc1b-00054I-F0 for qemu-devel@nongnu.org; Wed, 27 Nov 2013 05:07:15 -0500 From: Peter Lieven Date: Wed, 27 Nov 2013 11:07:02 +0100 Message-Id: <1385546829-3839-3-git-send-email-pl@kamp.de> In-Reply-To: <1385546829-3839-1-git-send-email-pl@kamp.de> References: <1385546829-3839-1-git-send-email-pl@kamp.de> Subject: [Qemu-devel] [PATCHv3 1.8 2/9] 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 Reviewed-by: Eric Blake Reviewed-by: Paolo Bonzini 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 49a123b..0c2e557 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