From 6b284d8ad2f00a15009901260782520b92fda6f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Tue, 11 May 1999 14:23:16 +0000 Subject: [PATCH] Sync usage() with man page. PR: 11539 Submitted by: Ruslan Ermilov --- usr.bin/touch/touch.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/touch/touch.c b/usr.bin/touch/touch.c index b5f19dcf95fd..1431ca3633e3 100644 --- a/usr.bin/touch/touch.c +++ b/usr.bin/touch/touch.c @@ -343,7 +343,7 @@ err: rval = 1; void usage() { - (void)fprintf(stderr, - "usage: touch [-acfm] [-r file] [-t time] file ...\n"); + (void)fprintf(stderr, "usage: touch [-acfm] [-r file]" + " [-t [[CC]YY]MMDDhhmm[.SS]] file ...\n"); exit(1); }