aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/touch
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>1999-05-12 06:57:07 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>1999-05-12 06:57:07 +0000
commitecb80458ebeeffa474f80679d42059b91b458904 (patch)
tree0c34d705f6dcf7ae384771fdd6cb70156335df02 /usr.bin/touch
parent41fe7a14060faf075c20cf4ebca0356320469cf8 (diff)
downloadsrc-ecb80458ebeeffa474f80679d42059b91b458904.tar.gz
src-ecb80458ebeeffa474f80679d42059b91b458904.zip
Brucify.
Notes
Notes: svn path=/head/; revision=47042
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 1431ca3633e3..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 [[CC]YY]MMDDhhmm[.SS]] file ...\n");
+ (void)fprintf(stderr, "usage: touch [-acfm] [-r file] [-t [[CC]YY]MMDDhhmm[.SS]] file ...\n");
exit(1);
}