Re: [Qemu-devel] [PATCH 1/5] option: Make option help nicer to read

2018-10-19 Thread Max Reitz
On 17.10.18 08:50, Markus Armbruster wrote: > Max Reitz writes: > >> This adds some whitespace into the option help (including indentation) >> and replaces '=' by ': ' (not least because '=' should be used for >> values, not types). Furthermore, the list name is no longer printed as >> part of e

Re: [Qemu-devel] [PATCH 1/5] option: Make option help nicer to read

2018-10-19 Thread Max Reitz
On 16.10.18 08:46, Marc-André Lureau wrote: > Hi > > On Mon, Oct 15, 2018 at 9:34 PM Max Reitz wrote: >> >> This adds some whitespace into the option help (including indentation) >> and replaces '=' by ': ' (not least because '=' should be used for >> values, not types). > > Without strong prefe

Re: [Qemu-devel] [PATCH 1/5] option: Make option help nicer to read

2018-10-16 Thread Markus Armbruster
Max Reitz writes: > This adds some whitespace into the option help (including indentation) > and replaces '=' by ': ' (not least because '=' should be used for > values, not types). Furthermore, the list name is no longer printed as > part of every line, but only once in advance, and only if the

Re: [Qemu-devel] [PATCH 1/5] option: Make option help nicer to read

2018-10-15 Thread Marc-André Lureau
Hi On Mon, Oct 15, 2018 at 9:34 PM Max Reitz wrote: > > This adds some whitespace into the option help (including indentation) > and replaces '=' by ': ' (not least because '=' should be used for > values, not types). Without strong preference, I like the '=' better: it's the expected syntax for

[Qemu-devel] [PATCH 1/5] option: Make option help nicer to read

2018-10-15 Thread Max Reitz
This adds some whitespace into the option help (including indentation) and replaces '=' by ': ' (not least because '=' should be used for values, not types). Furthermore, the list name is no longer printed as part of every line, but only once in advance, and only if the caller did not print a capt