summaryrefslogtreecommitdiffstats
path: root/contrib/sendmail/mail.local
diff options
context:
space:
mode:
authorgshapiro <gshapiro@FreeBSD.org>2000-10-01 16:32:16 +0000
committergshapiro <gshapiro@FreeBSD.org>2000-10-01 16:32:16 +0000
commit536d3155f3a945e48903523681faff0b057de4c3 (patch)
treebc931e8c778902d12b9e5d97daddc4d44e35b7b3 /contrib/sendmail/mail.local
parente3c50d57282a0f8220bed8dfe7fd7e523ad037d6 (diff)
downloadFreeBSD-src-536d3155f3a945e48903523681faff0b057de4c3.zip
FreeBSD-src-536d3155f3a945e48903523681faff0b057de4c3.tar.gz
Add missing FreeBSD-only flag to the usage statement.
Diffstat (limited to 'contrib/sendmail/mail.local')
-rw-r--r--contrib/sendmail/mail.local/mail.local.c2
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);
}
OpenPOWER on IntegriCloud