summaryrefslogtreecommitdiff
path: root/bin/date
diff options
context:
space:
mode:
authorkstailey <kstailey@cvs.openbsd.org>1997-07-23 14:39:14 +0000
committerkstailey <kstailey@cvs.openbsd.org>1997-07-23 14:39:14 +0000
commit60958cda31417a01d41f62d283f77b0cd75e6d5c (patch)
tree594752797a597840b67f4bbbaecedaf5afc791b2 /bin/date
parent1ecaaacae1d37c80d7acd486f212b1c29e6a843d (diff)
tabify
Diffstat (limited to 'bin/date')
-rw-r--r--bin/date/date.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/date/date.c b/bin/date/date.c
index 00ecabff90f..eef362dcbd8 100644
--- a/bin/date/date.c
+++ b/bin/date/date.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: date.c,v 1.6 1997/06/23 19:37:06 deraadt Exp $ */
+/* $OpenBSD: date.c,v 1.7 1997/07/23 14:39:13 kstailey Exp $ */
/* $NetBSD: date.c,v 1.11 1995/09/07 06:21:05 jtc Exp $ */
/*
@@ -44,7 +44,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)date.c 8.2 (Berkeley) 4/28/95";
#else
-static char rcsid[] = "$OpenBSD: date.c,v 1.6 1997/06/23 19:37:06 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: date.c,v 1.7 1997/07/23 14:39:13 kstailey Exp $";
#endif
#endif /* not lint */
@@ -251,6 +251,6 @@ usage()
{
(void)fprintf(stderr,
"usage: date [-nu] [-d dst] [-r seconds] [-t west] [+format]\n");
- (void)fprintf(stderr, " [yy[mm[dd[hh]]]]mm[.ss]]\n");
+ (void)fprintf(stderr, " [yy[mm[dd[hh]]]]mm[.ss]]\n");
exit(1);
}