From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45483) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zj5gp-0006D8-1k for qemu-devel@nongnu.org; Mon, 05 Oct 2015 09:20:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zj5gl-0001O9-30 for qemu-devel@nongnu.org; Mon, 05 Oct 2015 09:20:26 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60412) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zj5gk-0001MD-To for qemu-devel@nongnu.org; Mon, 05 Oct 2015 09:20:23 -0400 References: <1442253680-8657-1-git-send-email-lvivier@redhat.com> From: Laurent Vivier Message-ID: <56127913.1090301@redhat.com> Date: Mon, 5 Oct 2015 15:20:19 +0200 MIME-Version: 1.0 In-Reply-To: <1442253680-8657-1-git-send-email-lvivier@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v5 0/2] Improve -help List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, marcandre.lureau@gmail.com, eblake@redhat.com no more comments, it should mean it's ok ? Can someone merge this or just say "stop this, I don't want that"... Laurent On 14/09/2015 20:01, Laurent Vivier wrote: > This series allows to only display a given list of help sections. >=20 > v5: introduce "-help[=3DLIST]", move help of help to the end "all" sect= ion. > Remove typo fix (already included). > v4: as proposed by Eric, provide a list of sections, restore default -h= elp > v3: add a 2nd patch to add an help section, -help displays only this se= ction > v2: simplify the dance of #define/#undef, thanks to Marc-Andr=C3=A9. >=20 > Laurent Vivier (2): > vl: Allow to define optional parameter with -arg[=3Dparams] > Use help sub-sections to create sub-help options >=20 > qemu-options.hx | 124 ++++++++++++++++++++++++++++++++++-- > vl.c | 191 ++++++++++++++++++++++++++++++++++++++++++++++++= +++----- > 2 files changed, 294 insertions(+), 21 deletions(-) >=20