Re: [PATCH 3/3] parse-options: only insert newline in help text if needed

2017-09-24 Thread Junio C Hamano
Junio C Hamano writes: > Brandon Casey writes: > >> Currently, when parse_options() produces a help message it always emits >> a blank line after the usage text to separate it from the options text. >> If the option spec does not define any switches, or only defines hidden >> switches that will

Re: [PATCH 3/3] parse-options: only insert newline in help text if needed

2017-09-24 Thread Junio C Hamano
Brandon Casey writes: > Currently, when parse_options() produces a help message it always emits > a blank line after the usage text to separate it from the options text. > If the option spec does not define any switches, or only defines hidden > switches that will not be displayed, then the help