summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsobrado <sobrado@openbsd.org>2008-07-06 13:36:09 +0000
committersobrado <sobrado@openbsd.org>2008-07-06 13:36:09 +0000
commit0b10eef1adc0e04bc0e3338f34c5677c63eddd79 (patch)
tree7b62cc5365a113cdba906ce4d29628b8a4c0bb8b
parentZap redundant prototype for nfsrv_zapsock(); (diff)
downloadwireguard-openbsd-0b10eef1adc0e04bc0e3338f34c5677c63eddd79.tar.xz
wireguard-openbsd-0b10eef1adc0e04bc0e3338f34c5677c63eddd79.zip
spacing.
-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);