]> xenbits.xensource.com Git - qemu-xen.git/commit
qemu-options: Remove stray colons from output of --help
authorMarkus Armbruster <armbru@redhat.com>
Mon, 2 Oct 2017 14:03:00 +0000 (16:03 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Mon, 8 Jan 2018 13:52:41 +0000 (07:52 -0600)
commit5ba945f1cbdf1f6d0b0ea6f6a722b1ddc1eef0b7
tree64a27db96ab61f0e75bead5d89efe03462f268ff
parentea311a995999f82f1647f4fd4967d4e8b3fbd806
qemu-options: Remove stray colons from output of --help

Commit 43f187a broke --help: it put colons into blank lines.  It
removed the colon from DEFHEADING(TITLE:) and added it back in the
macro expansion of DEFHEADING(TITLE), so hxtool can emit "@subsection
TITLE" more easily.  Trouble is it's added back even for the blank
lines made with DEFHEADING().

Put the colons back where they were before commit 43f187a, and strip
them in hxtool instead.

Cc: Paolo Bonzini <pbonzini@redhat.com>
CC: qemu-stable@nongnu.org
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20171002140307.5292-2-armbru@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
(cherry picked from commit de6b4f908c300c7e7e0dc057310f5cbdcf1aed78)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
qemu-options-wrapper.h
qemu-options.hx
scripts/hxtool