From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:45928) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SufHG-0006d0-Ol for qemu-devel@nongnu.org; Fri, 27 Jul 2012 03:48:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SufHB-0007IC-3z for qemu-devel@nongnu.org; Fri, 27 Jul 2012 03:48:02 -0400 Received: from mx1.redhat.com ([209.132.183.28]:46224) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SufHA-0007I6-Se for qemu-devel@nongnu.org; Fri, 27 Jul 2012 03:47:57 -0400 From: Markus Armbruster References: <1343233543-18561-1-git-send-email-aliguori@us.ibm.com> <1343233543-18561-3-git-send-email-aliguori@us.ibm.com> <20120725143258.52402998@doriath.home> <87vchbzorp.fsf@codemonkey.ws> Date: Fri, 27 Jul 2012 09:45:37 +0200 In-Reply-To: <87vchbzorp.fsf@codemonkey.ws> (Anthony Liguori's message of "Wed, 25 Jul 2012 13:20:10 -0500") Message-ID: <87txwtfxzy.fsf@blackfin.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH 2/2] qemu-config: convert all QemuOpts to use dashes instead of underscores List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org, Luiz Capitulino Anthony Liguori writes: > Luiz Capitulino writes: > >> On Wed, 25 Jul 2012 11:25:43 -0500 >> Anthony Liguori wrote: >> >>> Signed-off-by: Anthony Liguori >> >> What about the man page? Should it be updated or are we going to let it >> list options with "_"? > > The man page is generated from qemu-options.hx which also generates the > help output. > > Unfortunately, we're still stuck in the "everyone yells at Anthony when > he tries to change the help output because of libvirt" state. > > So we need to keep the option names in --help with '_'s. Put a TODO there to remind us to fix it up after the help message gridlock clears?