Sync usage() with man page.
PR: 11539 Submitted by: Ruslan Ermilov <ru@ucb.crimea.ua>
This commit is contained in:
parent
b180b6de88
commit
6b284d8ad2
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user