From 536d3155f3a945e48903523681faff0b057de4c3 Mon Sep 17 00:00:00 2001 From: gshapiro Date: Sun, 1 Oct 2000 16:32:16 +0000 Subject: Add missing FreeBSD-only flag to the usage statement. --- contrib/sendmail/mail.local/mail.local.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- cgit v1.1