summaryrefslogtreecommitdiff
path: root/usr.bin/colcrt/colcrt.c
diff options
context:
space:
mode:
authorIgor Sobrado <sobrado@cvs.openbsd.org>2008-07-06 13:36:10 +0000
committerIgor Sobrado <sobrado@cvs.openbsd.org>2008-07-06 13:36:10 +0000
commite941e5c000c670d927d9de2c1e6c26326e2f9178 (patch)
tree334c452d817f363edf54c136a7db127b8d256e6d /usr.bin/colcrt/colcrt.c
parent71b8a39b5edfefab837b5503438c5fbed4dea7e7 (diff)
spacing.
Diffstat (limited to 'usr.bin/colcrt/colcrt.c')
-rw-r--r--usr.bin/colcrt/colcrt.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/colcrt/colcrt.c b/usr.bin/colcrt/colcrt.c
index 01ba34a7968..b704ff382b6 100644
--- a/usr.bin/colcrt/colcrt.c
+++ b/usr.bin/colcrt/colcrt.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: colcrt.c,v 1.8 2003/07/02 21:04:09 deraadt Exp $ */
+/* $OpenBSD: colcrt.c,v 1.9 2008/07/06 13:36:09 sobrado Exp $ */
/* $NetBSD: colcrt.c,v 1.3 1995/03/26 05:31:00 glass Exp $ */
/*
@@ -40,7 +40,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)colcrt.c 8.1 (Berkeley) 6/6/93";
#else
-static char rcsid[] = "$OpenBSD: colcrt.c,v 1.8 2003/07/02 21:04:09 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: colcrt.c,v 1.9 2008/07/06 13:36:09 sobrado Exp $";
#endif
#endif /* not lint */
@@ -98,7 +98,7 @@ main(int argc, char *argv[])
break;
default:
fprintf(stderr,
- "usage: %s [ - ] [ -2 ] [ file ... ]\n",
+ "usage: %s [-] [-2] [file ...]\n",
__progname);
fflush(stdout);
exit(1);