diff options
author | gshapiro <gshapiro@FreeBSD.org> | 2000-10-01 16:32:16 +0000 |
---|---|---|
committer | gshapiro <gshapiro@FreeBSD.org> | 2000-10-01 16:32:16 +0000 |
commit | 536d3155f3a945e48903523681faff0b057de4c3 (patch) | |
tree | bc931e8c778902d12b9e5d97daddc4d44e35b7b3 /contrib | |
parent | e3c50d57282a0f8220bed8dfe7fd7e523ad037d6 (diff) | |
download | FreeBSD-src-536d3155f3a945e48903523681faff0b057de4c3.zip FreeBSD-src-536d3155f3a945e48903523681faff0b057de4c3.tar.gz |
Add missing FreeBSD-only flag to the usage statement.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/sendmail/mail.local/mail.local.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/sendmail/mail.local/mail.local.c b/contrib/sendmail/mail.local/mail.local.c index d182b49..93da327 100644 --- a/contrib/sendmail/mail.local/mail.local.c +++ b/contrib/sendmail/mail.local/mail.local.c @@ -1425,7 +1425,7 @@ void usage() { ExitVal = EX_USAGE; - mailerr(NULL, "usage: mail.local [-7] [-B] [-b] [-l] [-f from] user ..."); + mailerr(NULL, "usage: mail.local [-7] [-B] [-b] [-l] [-f from] [-s] user ..."); exit(ExitVal); } |