summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/yp_mkdb/yp_mkdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/yp_mkdb/yp_mkdb.c b/usr.sbin/yp_mkdb/yp_mkdb.c
index 7b4d0d7..d49448c 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, "uhcbsdf:i:o:m:")) != -1) {
+ while ((ch = getopt(argc, argv, "uhcbsd:fi:o:m:")) != -1) {
switch(ch) {
case 'f':
filter_plusminus++;
OpenPOWER on IntegriCloud