Module Name: src
Committed By: christos
Date: Wed Dec 12 15:51:41 UTC 2012
Modified Files:
src/usr.sbin/mtree: mtree.c
Log Message:
- No "j" in the getopt string. (Brooks Davis)
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/usr.sbin/mtree/mtree.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/mtree/mtree.c
diff -u src/usr.sbin/mtree/mtree.c:1.42 src/usr.sbin/mtree/mtree.c:1.43
--- src/usr.sbin/mtree/mtree.c:1.42 Fri Oct 5 05:18:08 2012
+++ src/usr.sbin/mtree/mtree.c Wed Dec 12 10:51:41 2012
@@ -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, 19
#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",