summaryrefslogtreecommitdiff
path: root/usr.bin/vis
diff options
context:
space:
mode:
authorjmmv <jmmv@NetBSD.org>2004-01-05 23:23:32 +0000
committerjmmv <jmmv@NetBSD.org>2004-01-05 23:23:32 +0000
commitb635f565e79be3e8b465479a54de27a228f2a2e6 (patch)
tree73a984b41730daf1aceb4876dc2abfff591f9a2a /usr.bin/vis
parent62a68c898b3cc89e6aca4b8209e511a5d5e34038 (diff)
Homogenize usage messages: make the 'usage' word all lowercase, as this seems
to be the most common practice in our tree.
Diffstat (limited to 'usr.bin/vis')
-rw-r--r--usr.bin/vis/vis.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/vis/vis.c b/usr.bin/vis/vis.c
index 35f05e053ae..21547b7bce0 100644
--- a/usr.bin/vis/vis.c
+++ b/usr.bin/vis/vis.c
@@ -1,4 +1,4 @@
-/* $NetBSD: vis.c,v 1.8 2003/08/07 11:17:09 agc Exp $ */
+/* $NetBSD: vis.c,v 1.9 2004/01/05 23:23:37 jmmv Exp $ */
/*-
* Copyright (c) 1989, 1993
@@ -39,7 +39,7 @@ __COPYRIGHT("@(#) Copyright (c) 1989, 1993\n\
#if 0
static char sccsid[] = "@(#)vis.c 8.1 (Berkeley) 6/6/93";
#endif
-__RCSID("$NetBSD: vis.c,v 1.8 2003/08/07 11:17:09 agc Exp $");
+__RCSID("$NetBSD: vis.c,v 1.9 2004/01/05 23:23:37 jmmv Exp $");
#endif /* not lint */
#include <stdio.h>
@@ -111,7 +111,7 @@ main(argc, argv)
case '?':
default:
fprintf(stderr,
- "Usage: vis [-nwctsobf] [-e extra] [-F foldwidth]\n");
+ "usage: vis [-nwctsobf] [-e extra] [-F foldwidth]\n");
exit(1);
}
argc -= optind;