summaryrefslogtreecommitdiff
path: root/usr.sbin/yp_mkdb
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>1999-09-01 12:37:26 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>1999-09-01 12:37:26 +0000
commitc5759183816cceb68c9d31e5f74c36f1253a71d0 (patch)
treeebcab2af8624ce8ae271f62fd5cc31a00b2076c7 /usr.sbin/yp_mkdb
parentdf8f2923959eb7b261c32ac975c306ba6cbd15a4 (diff)
downloadsrc-test2-c5759183816cceb68c9d31e5f74c36f1253a71d0.tar.gz
src-test2-c5759183816cceb68c9d31e5f74c36f1253a71d0.zip
Notes
Diffstat (limited to 'usr.sbin/yp_mkdb')
-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 7b4d0d768e14..d49448c9aaea 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++;