diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 1999-05-11 14:23:16 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 1999-05-11 14:23:16 +0000 |
commit | 6b284d8ad2f00a15009901260782520b92fda6f0 (patch) | |
tree | ad212ed2a9fdd23c0d1fc4556419a3d6a1411157 /usr.bin/touch | |
parent | b180b6de8860a20f5b9931128bcc196f5a0893b0 (diff) | |
download | src-test2-6b284d8ad2f00a15009901260782520b92fda6f0.tar.gz src-test2-6b284d8ad2f00a15009901260782520b92fda6f0.zip |
Notes
Diffstat (limited to 'usr.bin/touch')
-rw-r--r-- | usr.bin/touch/touch.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/touch/touch.c b/usr.bin/touch/touch.c index b5f19dcf95fd..1431ca3633e3 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); } |