Re: [Qemu-devel] [PATCH v3 1/2] Use help sub-sections to create sub-help options

2015-09-02 Thread Eric Blake
On 08/27/2015 04:22 PM, Laurent Vivier wrote: > As '-help' output is 400 lines long it is not easy > to find information, but generally we know from > which area we want the information. > > As subsections already exist in the help description, > add some command options to only display the wanted

Re: [Qemu-devel] [PATCH v3 1/2] Use help sub-sections to create sub-help options

2015-09-02 Thread Laurent Vivier
Any comments on this series ? On 28/08/2015 00:22, Laurent Vivier wrote: > As '-help' output is 400 lines long it is not easy > to find information, but generally we know from > which area we want the information. > > As subsections already exist in the help description, > add some command option

Re: [Qemu-devel] [PATCH v3 1/2] Use help sub-sections to create sub-help options

2015-08-27 Thread Eric Blake
On 08/27/2015 04:22 PM, Laurent Vivier wrote: > As '-help' output is 400 lines long it is not easy > to find information, but generally we know from > which area we want the information. > > Signed-off-by: Laurent Vivier > --- > v3: add a 2nd patch to add an help section, -help displays only thi

[Qemu-devel] [PATCH v3 1/2] Use help sub-sections to create sub-help options

2015-08-27 Thread Laurent Vivier
As '-help' output is 400 lines long it is not easy to find information, but generally we know from which area we want the information. As subsections already exist in the help description, add some command options to only display the wanted subsection. As more is better, this patch adds 13 lines