correct comment

SCCS-file: date.c
SCCS-SID: 2.15
This commit is contained in:
Arthur David Olson
2012-07-18 03:01:56 -04:00
committed by Paul Eggert
parent a085ad5580
commit 44921f4162
+1 -2
View File
@@ -235,8 +235,7 @@ char * argv[];
(void) time(&now);
format = value = NULL;
/*
** "-u" and are available everywhere.
** (It's easy to obey "-n" if there's no network!)
** "-u" is available everywhere.
*/
(void) strcpy(options, "u");
(void) strcpy(usemes, "[-u");