Usage style sweep: spell "usage" with a small 'u'.
Also change one case of blatant __progname abuse (several more remain)
This commit does not touch anything in src/{contrib,crypto,gnu}/.
This commit is contained in:
@@ -71,7 +71,7 @@ static int ReceivedSignal;
|
||||
static int
|
||||
usage(const char *prog)
|
||||
{
|
||||
fprintf(stderr, "Usage: %s [-Fd] [-P pidfile] [-a name] [-e exec | -l label]"
|
||||
fprintf(stderr, "usage: %s [-Fd] [-P pidfile] [-a name] [-e exec | -l label]"
|
||||
" [-p provider] interface\n", prog);
|
||||
return EX_USAGE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user