mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Sync usage() with man page.
PR: 11539 Submitted by: Ruslan Ermilov <ru@ucb.crimea.ua>
This commit is contained in:
parent
b180b6de88
commit
6b284d8ad2
1 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue