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

2018-11-05 Thread Marc-André Lureau
On Fri, Oct 19, 2018 at 8:49 PM Max Reitz wrote: > > Just like in qemu_opts_print_help(), print the object name as a caption > instead of on every single line, indent all options, add angle brackets > around types, and align the descriptions after 24 characters. > > Also, indent every object name

[Qemu-devel] [PATCH v2 4/5] object: Make option help nicer to read

2018-10-19 Thread Max Reitz
Just like in qemu_opts_print_help(), print the object name as a caption instead of on every single line, indent all options, add angle brackets around types, and align the descriptions after 24 characters. Also, indent every object name in the list of available objects. Signed-off-by: Max Reitz