Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/mtree - No "j" in the getopt string. (Brooks Davis)



details:   https://anonhg.NetBSD.org/src/rev/aeeb5ba885c5
branches:  trunk
changeset: 783262:aeeb5ba885c5
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Dec 12 15:51:41 2012 +0000

description:
- No "j" in the getopt string. (Brooks Davis)

diffstat:

 usr.sbin/mtree/mtree.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 8e95f8ef6c62 -r aeeb5ba885c5 usr.sbin/mtree/mtree.c
--- a/usr.sbin/mtree/mtree.c    Wed Dec 12 15:51:09 2012 +0000
+++ b/usr.sbin/mtree/mtree.c    Wed Dec 12 15:51:41 2012 +0000
@@ -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 @@
 #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 @@
        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 @@
 {
 
        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",



Home | Main Index | Thread Index | Old Index