Re: Program usage message style

2017-03-02 Thread J. Lewis Muir
On 03/01, J. Lewis Muir wrote: > 1. Should the "u" in "usage:" be uppercase? For reference, in the netbsd-6 branch, about 66% of the usage messages in .c files use a lowercase "u" if external and gnu are excluded: === $ cd /usr/src $ find . -name '*.c' ! -path './external/*' ! -path './gnu/*' -ex

Program usage message style

2017-03-01 Thread J. Lewis Muir
Hello! I'm trying to figure out the best style for program usage messages, and I'm running into some questions and wondering if anyone might be able to help. My questions are: 1. Should the "u" in "usage:" be uppercase? I see in the NetBSD source code style guide at src/share/misc/styl