summaryrefslogtreecommitdiffstats
path: root/usr.sbin/newsyslog
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2004-10-06 04:47:37 +0000
committerbrooks <brooks@FreeBSD.org>2004-10-06 04:47:37 +0000
commit0f55bc1d4550e3abc0817c1b963dd66bebcbb74f (patch)
tree64a9d5bbf0115746fac74da49a99b13695bc765a /usr.sbin/newsyslog
parenta146714a1144dbc32f15982ecd5e64258f57bfee (diff)
downloadFreeBSD-src-0f55bc1d4550e3abc0817c1b963dd66bebcbb74f.zip
FreeBSD-src-0f55bc1d4550e3abc0817c1b963dd66bebcbb74f.tar.gz
Mention "-d directory" in usage().
Pointy hat to: brooks
Diffstat (limited to 'usr.sbin/newsyslog')
-rw-r--r--usr.sbin/newsyslog/newsyslog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/newsyslog/newsyslog.c b/usr.sbin/newsyslog/newsyslog.c
index 632cc6a..a91ed9f 100644
--- a/usr.sbin/newsyslog/newsyslog.c
+++ b/usr.sbin/newsyslog/newsyslog.c
@@ -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);
}
OpenPOWER on IntegriCloud