diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 1999-05-12 07:02:31 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 1999-05-12 07:02:31 +0000 |
| commit | d49f6338539e0351e0c60d48455c94063d2dd125 (patch) | |
| tree | c4097d8fa3313370e60652be6e1d9d2ed7f4b564 | |
| parent | c01e25db9ba4ca8f286418a0e16d867bd8a8237c (diff) | |
Notes
| -rw-r--r-- | usr.bin/touch/touch.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/touch/touch.c b/usr.bin/touch/touch.c index b5f19dcf95fd..30d367700ced 100644 --- a/usr.bin/touch/touch.c +++ b/usr.bin/touch/touch.c @@ -343,7 +343,6 @@ 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); } |
