Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/mtree Sync usage with man page.



details:   https://anonhg.NetBSD.org/src/rev/90ef32ce90d2
branches:  trunk
changeset: 781895:90ef32ce90d2
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri Oct 05 09:18:08 2012 +0000

description:
Sync usage with man page.

diffstat:

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

diffs (27 lines):

diff -r a3e0962046c4 -r 90ef32ce90d2 usr.sbin/mtree/mtree.c
--- a/usr.sbin/mtree/mtree.c    Fri Oct 05 09:18:02 2012 +0000
+++ b/usr.sbin/mtree/mtree.c    Fri Oct 05 09:18:08 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mtree.c,v 1.41 2012/10/05 01:26:56 christos Exp $      */
+/*     $NetBSD: mtree.c,v 1.42 2012/10/05 09:18:08 wiz 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.41 2012/10/05 01:26:56 christos Exp $");
+__RCSID("$NetBSD: mtree.c,v 1.42 2012/10/05 09:18:08 wiz Exp $");
 #endif
 #endif /* not lint */
 
@@ -257,7 +257,7 @@
 {
 
        fprintf(stderr,
-           "usage: %s [-CcDdeLlMnPrSUuWx] [-i|-m] [-E tags]\n"
+           "usage: %s [-CcDdejLlMnPqrSUuWx] [-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