summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.bin/unvis/unvis.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/unvis/unvis.c b/usr.bin/unvis/unvis.c
index 8db4b9a20b4..cb124edb44d 100644
--- a/usr.bin/unvis/unvis.c
+++ b/usr.bin/unvis/unvis.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: unvis.c,v 1.7 2003/06/10 22:20:53 deraadt Exp $ */
+/* $OpenBSD: unvis.c,v 1.8 2008/07/06 13:49:35 sobrado Exp $ */
/*-
* Copyright (c) 1989, 1993
@@ -39,7 +39,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)unvis.c 8.1 (Berkeley) 6/6/93";
#endif
-static char rcsid[] = "$OpenBSD: unvis.c,v 1.7 2003/06/10 22:20:53 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: unvis.c,v 1.8 2008/07/06 13:49:35 sobrado Exp $";
#endif /* not lint */
#include <stdio.h>
@@ -59,7 +59,7 @@ main(int argc, char *argv[])
switch((char)ch) {
case '?':
default:
- (void) fprintf(stderr, "usage: unvis [file...]\n");
+ (void) fprintf(stderr, "usage: unvis [file ...]\n");
exit(1);
}
argc -= optind;