Module Name: src
Committed By: wiz
Date: Sat Nov 10 18:42:22 UTC 2012
Modified Files:
src/bin/cat: cat.c
Log Message:
Sync usage with man page.
To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/bin/cat/cat.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/bin/cat/cat.c
diff -u src/bin/cat/cat.c:1.49 src/bin/cat/cat.c:1.50
--- src/bin/cat/cat.c:1.49 Sat Nov 10 16:18:41 2012
+++ src/bin/cat/cat.c Sat Nov 10 18:42:22 2012
@@ -1,4 +1,4 @@
-/* $NetBSD: cat.c,v 1.49 2012/11/10 16:18:41 christos Exp $ */
+/* $NetBSD: cat.c,v 1.50 2012/11/10 18:42:22 wiz Exp $ */
/*
* Copyright (c) 1989, 1993
@@ -44,7 +44,7 @@ __COPYRIGHT(
#if 0
static char sccsid[] = "@(#)cat.c 8.2 (Berkeley) 4/27/95";
#else
-__RCSID("$NetBSD: cat.c,v 1.49 2012/11/10 16:18:41 christos Exp $");
+__RCSID("$NetBSD: cat.c,v 1.50 2012/11/10 18:42:22 wiz Exp $");
#endif
#endif /* not lint */
@@ -115,7 +115,7 @@ main(int argc, char *argv[])
default:
case '?':
(void)fprintf(stderr,
- "Usage: %s [-B <bsize>] [-beflnstuv] [-] "
+ "Usage: %s [-beflnstuv] [-B bsize] [-] "
"[file ...]\n", getprogname());
return EXIT_FAILURE;
}