From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40506) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WD9Jy-0004H2-LH for qemu-devel@nongnu.org; Tue, 11 Feb 2014 04:08:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WD9Js-0000zi-M4 for qemu-devel@nongnu.org; Tue, 11 Feb 2014 04:08:02 -0500 Received: from mx1.redhat.com ([209.132.183.28]:55934) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WD9Js-0000zb-EZ for qemu-devel@nongnu.org; Tue, 11 Feb 2014 04:07:56 -0500 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s1B97qnM029633 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 11 Feb 2014 04:07:52 -0500 Message-ID: <52F9E861.9020504@redhat.com> Date: Tue, 11 Feb 2014 10:07:45 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1391077232-14649-1-git-send-email-dgilbert@redhat.com> <1391077232-14649-2-git-send-email-dgilbert@redhat.com> <52F73F98.6070601@redhat.com> <20140210100329.GE3545@work-vm> <52F8FA5D.5090801@redhat.com> In-Reply-To: <52F8FA5D.5090801@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 1/3] Rework --name to use QemuOpts List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laszlo Ersek , "Dr. David Alan Gilbert" Cc: qemu-devel@nongnu.org, mst@redhat.com Il 10/02/2014 17:12, Laszlo Ersek ha scritto: >> > I'd checked every piece of output I'd found, but hadn't found >> > the query-command-line-options; I think you're right there >> > are no other \n's in there - but also all the other .help texts >> > are much briefer and less chatty; maybe I need to just chop >> > them down to a minimum, I wonder if there is anywhere they're >> > ever displayed to a human? > I share your wondering :) I do too, but I'd wager the answer is no. Paolo