From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52669) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VlFER-0004NZ-OH for qemu-devel@nongnu.org; Tue, 26 Nov 2013 04:47:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VlFEM-0007yi-RP for qemu-devel@nongnu.org; Tue, 26 Nov 2013 04:46:59 -0500 Received: from mx1.redhat.com ([209.132.183.28]:2657) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VlFEM-0007yI-JX for qemu-devel@nongnu.org; Tue, 26 Nov 2013 04:46:54 -0500 Message-ID: <52946E03.2010107@redhat.com> Date: Tue, 26 Nov 2013 10:46:43 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1385456183-24840-1-git-send-email-pl@kamp.de> <1385456183-24840-3-git-send-email-pl@kamp.de> In-Reply-To: <1385456183-24840-3-git-send-email-pl@kamp.de> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCHv2 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: Peter Lieven Cc: kwolf@redhat.com, qemu-devel@nongnu.org, stefanha@redhat.com Il 26/11/2013 09:56, Peter Lieven ha scritto: > Reviewed-by: Eric Blake > 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" > Reviewed-by: Paolo Bonzini