diff options
author | des <des@FreeBSD.org> | 1999-05-12 06:57:07 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 1999-05-12 06:57:07 +0000 |
commit | 6e433d5ab6a9b9283625ff495a792d88b72cb80b (patch) | |
tree | 6b5fb34a2a1b724b06aa046bcca706d85367f81a /usr.bin/touch | |
parent | 80029068a7af662fa156d7fb3aa719b63b80c6ee (diff) | |
download | FreeBSD-src-6e433d5ab6a9b9283625ff495a792d88b72cb80b.zip FreeBSD-src-6e433d5ab6a9b9283625ff495a792d88b72cb80b.tar.gz |
Brucify.
Diffstat (limited to 'usr.bin/touch')
-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 1431ca3..30d3677 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 [[CC]YY]MMDDhhmm[.SS]] file ...\n"); + (void)fprintf(stderr, "usage: touch [-acfm] [-r file] [-t [[CC]YY]MMDDhhmm[.SS]] file ...\n"); exit(1); } |