From 15e27f246fc8ff93aa5ac215cb9648046c5d8b9f Mon Sep 17 00:00:00 2001 From: sheldonh Date: Wed, 1 Sep 1999 12:42:00 +0000 Subject: Fix stupid disorder in previous commit. This was my own error, not the mistake of the PR's originator. --- usr.sbin/yp_mkdb/yp_mkdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/yp_mkdb') diff --git a/usr.sbin/yp_mkdb/yp_mkdb.c b/usr.sbin/yp_mkdb/yp_mkdb.c index d49448c..a5fed00 100644 --- a/usr.sbin/yp_mkdb/yp_mkdb.c +++ b/usr.sbin/yp_mkdb/yp_mkdb.c @@ -118,7 +118,7 @@ int main (argc, argv) FILE *ifp; char hname[MAXHOSTNAMELEN + 2]; - while ((ch = getopt(argc, argv, "uhcbsd:fi:o:m:")) != -1) { + while ((ch = getopt(argc, argv, "uhcbsfd:i:o:m:")) != -1) { switch(ch) { case 'f': filter_plusminus++; -- cgit v1.1