summaryrefslogtreecommitdiff
path: root/bin/cat/cat.c
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2007-07-17 07:10:23 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2007-07-17 07:10:23 +0000
commit4d3fa876369d0d30db6f16ec46ac4091f9e1477c (patch)
tree27c303fc5fc4e2768cd9d192a8235d9a65afad19 /bin/cat/cat.c
parent25edbf016b62dbea19af80cedfedabe672739900 (diff)
sync usage(); from Tobias Stoeckmann
Diffstat (limited to 'bin/cat/cat.c')
-rw-r--r--bin/cat/cat.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/cat/cat.c b/bin/cat/cat.c
index 07f9d3c3899..dabf2a4356b 100644
--- a/bin/cat/cat.c
+++ b/bin/cat/cat.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cat.c,v 1.18 2007/03/22 18:35:07 millert Exp $ */
+/* $OpenBSD: cat.c,v 1.19 2007/07/17 07:10:22 jmc Exp $ */
/* $NetBSD: cat.c,v 1.11 1995/09/07 06:12:54 jtc Exp $ */
/*
@@ -43,7 +43,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)cat.c 8.2 (Berkeley) 4/27/95";
#else
-static char rcsid[] = "$OpenBSD: cat.c,v 1.18 2007/03/22 18:35:07 millert Exp $";
+static char rcsid[] = "$OpenBSD: cat.c,v 1.19 2007/07/17 07:10:22 jmc Exp $";
#endif
#endif /* not lint */
@@ -103,7 +103,7 @@ main(int argc, char *argv[])
break;
default:
(void)fprintf(stderr,
- "usage: %s [-benstuv] [-] [file ...]\n", __progname);
+ "usage: %s [-benstuv] [file ...]\n", __progname);
exit(1);
/* NOTREACHED */
}