summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.bin/touch/touch.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/touch/touch.c b/usr.bin/touch/touch.c
index b5f19dc..1431ca3 100644
--- a/usr.bin/touch/touch.c
+++ b/usr.bin/touch/touch.c
@@ -343,7 +343,7 @@ err: rval = 1;
void
usage()
{
- (void)fprintf(stderr,
- "usage: touch [-acfm] [-r file] [-t time] file ...\n");
+ (void)fprintf(stderr, "usage: touch [-acfm] [-r file]"
+ " [-t [[CC]YY]MMDDhhmm[.SS]] file ...\n");
exit(1);
}
OpenPOWER on IntegriCloud