From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42253) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZbY4J-0004PF-Jl for qemu-devel@nongnu.org; Mon, 14 Sep 2015 14:01:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZbY4E-0002PI-4m for qemu-devel@nongnu.org; Mon, 14 Sep 2015 14:01:31 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40596) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZbY4E-0002Ob-0m for qemu-devel@nongnu.org; Mon, 14 Sep 2015 14:01:26 -0400 From: Laurent Vivier Date: Mon, 14 Sep 2015 20:01:18 +0200 Message-Id: <1442253680-8657-1-git-send-email-lvivier@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [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 Cc: lvivier@redhat.com This series allows to only display a given list of help sections. v5: introduce "-help[=3DLIST]", move help of help to the end "all" sectio= n. Remove typo fix (already included). v4: as proposed by Eric, provide a list of sections, restore default -hel= p v3: add a 2nd patch to add an help section, -help displays only this sect= ion v2: simplify the dance of #define/#undef, thanks to Marc-Andr=C3=A9. Laurent Vivier (2): vl: Allow to define optional parameter with -arg[=3Dparams] Use help sub-sections to create sub-help options qemu-options.hx | 124 ++++++++++++++++++++++++++++++++++-- vl.c | 191 ++++++++++++++++++++++++++++++++++++++++++++++++++= +----- 2 files changed, 294 insertions(+), 21 deletions(-) --=20 2.1.0