On Fri, Jan 01, 2010 at 03:33:26PM +0100, Marc Balmer wrote: > > if (argc > 2) { > > - printf("Usage: cfscores -a | cfscores [user]\n"); > > - exit(1); > > + errx(1, "Usage: cfscores -a | cfscores [user]"); > > imo, lower case "usage" would be more consistent with other commands.
Some grep usage suggests that lowercase outnumbers capitalized by a good margin, but there's still a healthy minority of capitalized usage messages. (It's about 500 to 125.) Is this something we care enough about to make a point of fixing it as we go? -- David A. Holland dholl...@netbsd.org