From 6e433d5ab6a9b9283625ff495a792d88b72cb80b Mon Sep 17 00:00:00 2001 From: des Date: Wed, 12 May 1999 06:57:07 +0000 Subject: Brucify. --- usr.bin/touch/touch.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr.bin/touch') 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); } -- cgit v1.1