From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46539) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VlCdh-0007Yz-P3 for qemu-devel@nongnu.org; Tue, 26 Nov 2013 02:00:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VlCdc-0007GV-6g for qemu-devel@nongnu.org; Tue, 26 Nov 2013 02:00:53 -0500 Received: from mx.ipv6.kamp.de ([2a02:248:0:51::16]:37103 helo=mx01.kamp.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VlCdb-0007Fj-S8 for qemu-devel@nongnu.org; Tue, 26 Nov 2013 02:00:48 -0500 Message-ID: <52944734.3030907@kamp.de> Date: Tue, 26 Nov 2013 08:01:08 +0100 From: Peter Lieven MIME-Version: 1.0 References: <1385387840-17307-1-git-send-email-pl@kamp.de> <1385387840-17307-3-git-send-email-pl@kamp.de> <52938707.7010603@redhat.com> In-Reply-To: <52938707.7010603@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [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: Eric Blake , qemu-devel@nongnu.org Cc: kwolf@redhat.com, pbonzini@redhat.com, stefanha@redhat.com On 25.11.2013 18:21, Eric Blake wrote: > On 11/25/2013 06:57 AM, Peter Lieven wrote: >> 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" > This feels like it is worth including in 1.7 as a documentation bug fix. Not needed, the offending patch is in block-next and not merged in 1.7. Peter > > Reviewed-by: Eric Blake >