Add missing FreeBSD-only flag to the usage statement.

This commit is contained in:
Gregory Neil Shapiro 2000-10-01 16:32:16 +00:00
parent 08c9740030
commit 31305937b3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=66508

View File

@ -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);
}