summaryrefslogtreecommitdiffstats
path: root/usr.sbin/smtpd/makemap.c
diff options
context:
space:
mode:
authorsobrado <sobrado@openbsd.org>2009-10-17 12:46:47 +0000
committersobrado <sobrado@openbsd.org>2009-10-17 12:46:47 +0000
commitcb6cfbd056beb039f51d86ee1b0140ecaab53ae8 (patch)
treef62e6d172045f7d644a339f4d417cecfb90ddb54 /usr.sbin/smtpd/makemap.c
parentAllow us to accept gratuitous ARP requests in cases where the (diff)
downloadwireguard-openbsd-cb6cfbd056beb039f51d86ee1b0140ecaab53ae8.tar.xz
wireguard-openbsd-cb6cfbd056beb039f51d86ee1b0140ecaab53ae8.zip
sort flags.
Diffstat (limited to 'usr.sbin/smtpd/makemap.c')
-rw-r--r--usr.sbin/smtpd/makemap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/makemap.c b/usr.sbin/smtpd/makemap.c
index 4291d5033f3..ca74abcf2fa 100644
--- a/usr.sbin/smtpd/makemap.c
+++ b/usr.sbin/smtpd/makemap.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: makemap.c,v 1.21 2009/10/12 18:19:46 gilles Exp $ */
+/* $OpenBSD: makemap.c,v 1.22 2009/10/17 12:46:47 sobrado Exp $ */
/*
* Copyright (c) 2008 Gilles Chehade <gilles@openbsd.org>
@@ -373,7 +373,7 @@ usage(void)
if (mode == P_NEWALIASES)
fprintf(stderr, "usage: %s [-f file]\n", __progname);
else
- fprintf(stderr, "usage: %s [-t type] [-o dbfile] file\n",
+ fprintf(stderr, "usage: %s [-o dbfile] [-t type] file\n",
__progname);
exit(1);
}