diff options
| author | Brian Somers <brian@FreeBSD.org> | 1999-03-09 09:38:54 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 1999-03-09 09:38:54 +0000 |
| commit | 269dfbee64dab12210fe203af4daf19f1f77a35f (patch) | |
| tree | 2537f56f3f6d256c65090e1ba0dbf703dc8c33a6 /bin/date/date.c | |
| parent | 00d4f4a5f44d4214432f55e613f089ffc2af9642 (diff) | |
Notes
Diffstat (limited to 'bin/date/date.c')
| -rw-r--r-- | bin/date/date.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/date/date.c b/bin/date/date.c index 043cdccd015b..e116e3d49f50 100644 --- a/bin/date/date.c +++ b/bin/date/date.c @@ -42,7 +42,7 @@ static char const copyright[] = static char sccsid[] = "@(#)date.c 8.2 (Berkeley) 4/28/95"; #endif static const char rcsid[] = - "$Id: date.c,v 1.25 1998/05/13 07:31:39 charnier Exp $"; + "$Id: date.c,v 1.26 1998/10/03 16:29:59 alex Exp $"; #endif /* not lint */ #include <sys/param.h> @@ -278,7 +278,7 @@ usage() { (void)fprintf(stderr, "%s\n%s\n", "usage: date [-nu] [-d dst] [-r seconds] [-t west] " - "[-v[+|-]val[ymwdHM]] ... ", + "[-v[+|-]val[ymwdHMS]] ... ", " [-f fmt date | [[[[yy]mm]dd]HH]MM[.ss]] [+format]"); exit(1); } |
