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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=136186

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);
}