mirror of
https://github.com/opnsense/src.git
synced 2026-06-13 18:50:31 -04:00
Mention "-d directory" in usage().
Pointy hat to: brooks
This commit is contained in:
parent
93daabdd83
commit
5616e1bc20
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue