summaryrefslogtreecommitdiff
path: root/bin/date/date.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-09-16 13:40:15 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-09-16 13:40:15 +0000
commit53ccc134b3a847d8bd3ddbf7b8ebeef2c071a1b9 (patch)
tree8421f042a763bf74e5dca05d16850dbb26b92b1c /bin/date/date.c
parent3c69c8c1b9a2505200059b88de02fc3d5ce38ee9 (diff)
nicer spacing in usage
Diffstat (limited to 'bin/date/date.c')
-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 8a855d444ad..626b9c9a529 100644
--- a/bin/date/date.c
+++ b/bin/date/date.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: date.c,v 1.8 1997/08/21 05:46:55 deraadt Exp $ */
+/* $OpenBSD: date.c,v 1.9 1997/09/16 13:40:14 deraadt 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.8 1997/08/21 05:46:55 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: date.c,v 1.9 1997/09/16 13:40:14 deraadt 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]yy[mm[dd[hh]]]]mm[.ss]]\n");
+ (void)fprintf(stderr, " [[[yy]yy[mm[dd[hh]]]]mm[.ss]]\n");
exit(1);
}