Module Name:    src
Committed By:   wiz
Date:           Fri Oct  5 09:18:08 UTC 2012

Modified Files:
        src/usr.sbin/mtree: mtree.c

Log Message:
Sync usage with man page.


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 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.41 src/usr.sbin/mtree/mtree.c:1.42
--- src/usr.sbin/mtree/mtree.c:1.41	Fri Oct  5 01:26:56 2012
+++ src/usr.sbin/mtree/mtree.c	Fri Oct  5 09:18:08 2012
@@ -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 @@ __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.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 @@ usage(void)
 {
 
 	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",

Reply via email to