Sync usage() with man page.

PR:		11539
Submitted by:	Ruslan Ermilov <ru@ucb.crimea.ua>
This commit is contained in:
Dag-Erling Smørgrav 1999-05-11 14:23:16 +00:00
parent b180b6de88
commit 6b284d8ad2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=47016

View File

@ -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);
}