Mention "-d directory" in usage().

Pointy hat to:	brooks
This commit is contained in:
Brooks Davis 2004-10-06 04:47:37 +00:00
parent 93daabdd83
commit 5616e1bc20

View File

@ -838,7 +838,7 @@ usage(void)
{
fprintf(stderr,
"usage: newsyslog [-CFnrsv] [-a directory] [-f config-file]\n"
"usage: newsyslog [-CFnrsv] [-a directory] [-d directory] [-f config-file]\n"
" [ [-R requestor] filename ... ]\n");
exit(1);
}