aboutsummaryrefslogtreecommitdiff
path: root/contrib/sendmail
diff options
context:
space:
mode:
authorGregory Neil Shapiro <gshapiro@FreeBSD.org>2000-10-01 16:32:16 +0000
committerGregory Neil Shapiro <gshapiro@FreeBSD.org>2000-10-01 16:32:16 +0000
commit31305937b37f9c1708040246824b1230b72985f1 (patch)
tree392e9b09475e3034b31cdf19cdcadd0a12282b81 /contrib/sendmail
parent08c9740030c8b146c16a61e81813803eb112478c (diff)
downloadsrc-31305937b37f9c1708040246824b1230b72985f1.tar.gz
src-31305937b37f9c1708040246824b1230b72985f1.zip
Add missing FreeBSD-only flag to the usage statement.
Notes
Notes: svn path=/head/; revision=66508
Diffstat (limited to 'contrib/sendmail')
-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 d182b4990756..93da327bf336 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);
}