Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/wc Mention -m in usage. bin/16594 by Ryan Younce.
details: https://anonhg.NetBSD.org/src/rev/647ca16ec6a0
branches: trunk
changeset: 526308:647ca16ec6a0
user: wiz <wiz%NetBSD.org@localhost>
date: Thu May 02 13:07:13 2002 +0000
description:
Mention -m in usage. bin/16594 by Ryan Younce.
diffstat:
usr.bin/wc/wc.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 04c40d67fa2b -r 647ca16ec6a0 usr.bin/wc/wc.c
--- a/usr.bin/wc/wc.c Thu May 02 13:07:01 2002 +0000
+++ b/usr.bin/wc/wc.c Thu May 02 13:07:13 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: wc.c,v 1.27 2002/03/23 21:36:08 enami Exp $ */
+/* $NetBSD: wc.c,v 1.28 2002/05/02 13:07:13 wiz Exp $ */
/*
* Copyright (c) 1980, 1987, 1991, 1993
@@ -43,7 +43,7 @@
#if 0
static char sccsid[] = "@(#)wc.c 8.2 (Berkeley) 5/2/95";
#else
-__RCSID("$NetBSD: wc.c,v 1.27 2002/03/23 21:36:08 enami Exp $");
+__RCSID("$NetBSD: wc.c,v 1.28 2002/05/02 13:07:13 wiz Exp $");
#endif
#endif /* not lint */
@@ -340,6 +340,6 @@
usage()
{
- (void)fprintf(stderr, "usage: wc [-clw] [file ...]\n");
+ (void)fprintf(stderr, "usage: wc [-c | -m] [-lw] [file ...]\n");
exit(1);
}
Home |
Main Index |
Thread Index |
Old Index