diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2009-10-17 12:46:48 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2009-10-17 12:46:48 +0000 |
commit | 926b98ee84a2b8e4d100a2051a131fc6ffbcaf9a (patch) | |
tree | c5e7ba7c130ab68a9bdabce016c9ed0e7c8a79ab /usr.sbin | |
parent | f335696f647d11ae642752ff8f7e8a07a37cd2ee (diff) |
sort flags.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/smtpd/makemap.c | 4 |
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); } |