From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51511) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXwgf-0004ve-74 for qemu-devel@nongnu.org; Fri, 04 Sep 2015 15:30:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZXwgb-0007DU-6F for qemu-devel@nongnu.org; Fri, 04 Sep 2015 15:30:13 -0400 Received: from mx1.redhat.com ([209.132.183.28]:41521) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXwgb-0007Bp-1O for qemu-devel@nongnu.org; Fri, 04 Sep 2015 15:30:09 -0400 From: Laurent Vivier Date: Fri, 4 Sep 2015 21:30:02 +0200 Message-Id: <1441395005-14907-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 v4 0/3] 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 This series allows to only display a given list of help sections (and fix a typo). 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 (3): vl: Add a flags to define parameters with optional arguments. help: fix typo Use help sub-sections to create sub-help options qemu-options.hx | 122 +++++++++++++++++++++++++++++++++++--- vl.c | 180 ++++++++++++++++++++++++++++++++++++++++++++++++++= +----- 2 files changed, 281 insertions(+), 21 deletions(-) --=20 2.1.0