Re: [PATCH 3/4] parseopt: make usage optional
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:46:21
René Scharfe [off-list ref] writes:
Allow usagestr to be NULL and don't display anything a help screen in this case. This is useful to implement incremental parsers.
Can I amend "s/anything a/any/"?