From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=34772 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PQ0ls-0003WF-Bb for qemu-devel@nongnu.org; Tue, 07 Dec 2010 11:52:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PQ0lr-0006pK-Aw for qemu-devel@nongnu.org; Tue, 07 Dec 2010 11:52:08 -0500 Received: from mx1.redhat.com ([209.132.183.28]:21740) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PQ0lr-0006pD-2w for qemu-devel@nongnu.org; Tue, 07 Dec 2010 11:52:07 -0500 Message-ID: <4CFE666D.70808@redhat.com> Date: Tue, 07 Dec 2010 17:53:01 +0100 From: Kevin Wolf MIME-Version: 1.0 References: <1291740274-31232-1-git-send-email-Jes.Sorensen@redhat.com> In-Reply-To: <1291740274-31232-1-git-send-email-Jes.Sorensen@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH v2 1/1] qemu-img: Deprecate obsolete -6 and -e options List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jes.Sorensen@redhat.com Cc: stefanha@linux.vnet.ibm.com, qemu-devel@nongnu.org Am 07.12.2010 17:44, schrieb Jes.Sorensen@redhat.com: > From: Jes Sorensen > > If -6 or -e is specified, an error message is printed and we exit. It > does not print help() to avoid the error message getting lost in the > noise. > > Signed-off-by: Jes Sorensen Thanks, applied to the block branch. Kevin