summaryrefslogtreecommitdiffstats
path: root/bin/date/date.c
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1999-03-09 09:38:54 +0000
committerbrian <brian@FreeBSD.org>1999-03-09 09:38:54 +0000
commitf5ccad82da71fe40b484de65100b0d380f101bee (patch)
treef5b7413731c0d902bdbfefd4a681903bb0e12f8a /bin/date/date.c
parent143686d0c8e3ceb676f18e37b90d20973d4f0649 (diff)
downloadFreeBSD-src-f5ccad82da71fe40b484de65100b0d380f101bee.zip
FreeBSD-src-f5ccad82da71fe40b484de65100b0d380f101bee.tar.gz
Support seconds with -v.
PR: 6308 Submitted by: Max Euston <meuston@jmrodgers.com>
Diffstat (limited to 'bin/date/date.c')
-rw-r--r--bin/date/date.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/date/date.c b/bin/date/date.c
index 043cdcc..e116e3d 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);
}
OpenPOWER on IntegriCloud