summaryrefslogtreecommitdiffstats
path: root/usr.bin/touch
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>1999-05-12 06:57:07 +0000
committerdes <des@FreeBSD.org>1999-05-12 06:57:07 +0000
commit6e433d5ab6a9b9283625ff495a792d88b72cb80b (patch)
tree6b5fb34a2a1b724b06aa046bcca706d85367f81a /usr.bin/touch
parent80029068a7af662fa156d7fb3aa719b63b80c6ee (diff)
downloadFreeBSD-src-6e433d5ab6a9b9283625ff495a792d88b72cb80b.zip
FreeBSD-src-6e433d5ab6a9b9283625ff495a792d88b72cb80b.tar.gz
Brucify.
Diffstat (limited to 'usr.bin/touch')
-rw-r--r--usr.bin/touch/touch.c3
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);
}
OpenPOWER on IntegriCloud