From ecb80458ebeeffa474f80679d42059b91b458904 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Wed, 12 May 1999 06:57:07 +0000 Subject: [PATCH] Brucify. --- usr.bin/touch/touch.c | 3 +-- 1 file changed, 1 insertion(+), 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); }