summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2009-02-11 06:42:31 +0000
committerwiz <wiz@NetBSD.org>2009-02-11 06:42:31 +0000
commitb58ce07c492abfc295341a6a41d6704efabfe3b5 (patch)
tree22a803d2ce6eb7a67da6a5ad14dba70d541a1f06
parent90459b5b4515e8f6daa54fe30c4fb37321c4d72c (diff)
Fix typo in usage.
-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 8d8fe3bce8a..5dcd2f9344c 100644
--- a/usr.bin/vis/vis.c
+++ b/usr.bin/vis/vis.c
@@ -1,4 +1,4 @@
-/* $NetBSD: vis.c,v 1.14 2009/02/11 03:04:52 christos Exp $ */
+/* $NetBSD: vis.c,v 1.15 2009/02/11 06:42:31 wiz Exp $ */
/*-
* Copyright (c) 1989, 1993
@@ -39,7 +39,7 @@ __COPYRIGHT("@(#) Copyright (c) 1989, 1993\
#if 0
static char sccsid[] = "@(#)vis.c 8.1 (Berkeley) 6/6/93";
#endif
-__RCSID("$NetBSD: vis.c,v 1.14 2009/02/11 03:04:52 christos Exp $");
+__RCSID("$NetBSD: vis.c,v 1.15 2009/02/11 06:42:31 wiz Exp $");
#endif /* not lint */
#include <stdio.h>
@@ -121,7 +121,7 @@ main(int argc, char *argv[])
case '?':
default:
(void)fprintf(stderr,
- "Usage: %s [-bcfhlmmnostw] [-e extra]"
+ "Usage: %s [-bcfhlmnostw] [-e extra]"
" [-F foldwidth] [file ...]\n", getprogname());
return 1;
}