From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60067) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VoyQB-0000Lr-88 for qemu-devel@nongnu.org; Fri, 06 Dec 2013 11:38:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VoyQ6-0003uj-6v for qemu-devel@nongnu.org; Fri, 06 Dec 2013 11:38:31 -0500 Received: from mx1.redhat.com ([209.132.183.28]:7957) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VoyQ5-0003uW-VB for qemu-devel@nongnu.org; Fri, 06 Dec 2013 11:38:26 -0500 From: Stefan Hajnoczi Date: Fri, 6 Dec 2013 17:36:37 +0100 Message-Id: <1386347807-27359-39-git-send-email-stefanha@redhat.com> In-Reply-To: <1386347807-27359-1-git-send-email-stefanha@redhat.com> References: <1386347807-27359-1-git-send-email-stefanha@redhat.com> Subject: [Qemu-devel] [PULL 38/48] 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: Peter Lieven , Stefan Hajnoczi , Anthony Liguori From: Peter Lieven Reviewed-by: Eric Blake Reviewed-by: Paolo Bonzini Signed-off-by: Peter Lieven Signed-off-by: Stefan Hajnoczi --- qemu-img.c | 1 - 1 file changed, 1 deletion(-) diff --git a/qemu-img.c b/qemu-img.c index 9d1b6b5..9fe0ede 100644 --- a/qemu-img.c +++ b/qemu-img.c @@ -110,7 +110,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.8.4.2