diff options
author | 2016-10-19 14:06:07 +0000 | |
---|---|---|
committer | 2016-10-19 14:06:07 +0000 | |
commit | f573e212280f1ed09546ec725b2e88b9fe90172d (patch) | |
tree | 2dd67f582d90aedc6ae906593ec997c9bb310834 | |
parent | Do not change routes during test run, but expect that everything (diff) | |
download | wireguard-openbsd-f573e212280f1ed09546ec725b2e88b9fe90172d.tar.xz wireguard-openbsd-f573e212280f1ed09546ec725b2e88b9fe90172d.zip |
add -F to usage() too;
-rw-r--r-- | usr.sbin/smtpd/smtpd.c | 4 |
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); } |