diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-11-02 08:19:14 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-11-02 08:19:14 +0000 |
commit | b33e62bb6411f728bec65268f9a485badf7e49b7 (patch) | |
tree | ba4a49d3c8d8b4c3a120c294c7e13d1b470d6bd3 /usr.sbin/smtpd/smtpd.c | |
parent | 976296766b80f6c1f853db0e217d47972405e1eb (diff) |
various minor tweaks, including spelling fixes from Brian Keefer
and Jim Razmus;
Diffstat (limited to 'usr.sbin/smtpd/smtpd.c')
-rw-r--r-- | usr.sbin/smtpd/smtpd.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/smtpd/smtpd.c b/usr.sbin/smtpd/smtpd.c index 05d2f6f550b..3ff28f93c3b 100644 --- a/usr.sbin/smtpd/smtpd.c +++ b/usr.sbin/smtpd/smtpd.c @@ -73,7 +73,8 @@ usage(void) { extern char *__progname; - fprintf(stderr, "usage: %s [-n] [-f config]\n", __progname); + fprintf(stderr, "usage: %s [-dnv] [-D macro=value] " + "[-f file]\n", __progname); exit(1); } |