summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2016-10-19 14:06:07 +0000
committerjmc <jmc@openbsd.org>2016-10-19 14:06:07 +0000
commitf573e212280f1ed09546ec725b2e88b9fe90172d (patch)
tree2dd67f582d90aedc6ae906593ec997c9bb310834
parentDo not change routes during test run, but expect that everything (diff)
downloadwireguard-openbsd-f573e212280f1ed09546ec725b2e88b9fe90172d.tar.xz
wireguard-openbsd-f573e212280f1ed09546ec725b2e88b9fe90172d.zip
add -F to usage() too;
-rw-r--r--usr.sbin/smtpd/smtpd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/smtpd.c b/usr.sbin/smtpd/smtpd.c
index a138840f351..d428db9d1cd 100644
--- a/usr.sbin/smtpd/smtpd.c
+++ b/usr.sbin/smtpd/smtpd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: smtpd.c,v 1.286 2016/09/08 12:06:43 eric Exp $ */
+/* $OpenBSD: smtpd.c,v 1.287 2016/10/19 14:06:07 jmc Exp $ */
/*
* Copyright (c) 2008 Gilles Chehade <gilles@poolp.org>
@@ -269,7 +269,7 @@ usage(void)
{
extern char *__progname;
- fprintf(stderr, "usage: %s [-dhnv] [-D macro=value] "
+ fprintf(stderr, "usage: %s [-dFhnv] [-D macro=value] "
"[-f file] [-P system] [-T trace]\n", __progname);
exit(1);
}