diff options
| author | christos <christos@NetBSD.org> | 2012-12-12 15:51:41 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2012-12-12 15:51:41 +0000 |
| commit | 5ed8d9c6ce26f95ef66cd3ceab2540bc70daa792 (patch) | |
| tree | 920830d3f26c72116b6295116ec62cf7fbe69427 /usr.sbin/mtree | |
| parent | fc750d3aae232324d00f656be6cb2d3f18abcbc1 (diff) | |
- No "j" in the getopt string. (Brooks Davis)
Diffstat (limited to 'usr.sbin/mtree')
| -rw-r--r-- | usr.sbin/mtree/mtree.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/mtree/mtree.c b/usr.sbin/mtree/mtree.c index 2174b3d9d84..55c17d8baef 100644 --- a/usr.sbin/mtree/mtree.c +++ b/usr.sbin/mtree/mtree.c @@ -1,4 +1,4 @@ -/* $NetBSD: mtree.c,v 1.42 2012/10/05 09:18:08 wiz Exp $ */ +/* $NetBSD: mtree.c,v 1.43 2012/12/12 15:51:41 christos Exp $ */ /*- * Copyright (c) 1989, 1990, 1993 @@ -43,7 +43,7 @@ __COPYRIGHT("@(#) Copyright (c) 1989, 1990, 1993\ #if 0 static char sccsid[] = "@(#)mtree.c 8.1 (Berkeley) 6/6/93"; #else -__RCSID("$NetBSD: mtree.c,v 1.42 2012/10/05 09:18:08 wiz Exp $"); +__RCSID("$NetBSD: mtree.c,v 1.43 2012/12/12 15:51:41 christos Exp $"); #endif #endif /* not lint */ @@ -80,7 +80,7 @@ main(int argc, char **argv) spec2 = NULL; while ((ch = getopt(argc, argv, - "cCdDeE:f:I:ik:K:lLmMnN:p:PqrR:s:StuUWxX:")) + "cCdDeE:f:I:ijk:K:lLmMnN:p:PqrR:s:StuUWxX:")) != -1) { switch((char)ch) { case 'c': @@ -257,7 +257,7 @@ usage(void) { fprintf(stderr, - "usage: %s [-CcDdejLlMnPqrSUuWx] [-i|-m] [-E tags]\n" + "usage: %s [-CcDdejLlMnPqrStUuWx] [-i|-m] [-E tags]\n" "\t\t[-f spec] [-f spec]\n" "\t\t[-I tags] [-K keywords] [-k keywords] [-N dbdir] [-p path]\n" "\t\t[-R keywords] [-s seed] [-X exclude-file]\n", |
