mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-12 09:58:36 +00:00
Correct the usage() message as per rev 1.25 of mtree.8 .
This commit is contained in:
parent
7cd36f5d04
commit
e492a4c41a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=63305
@ -167,7 +167,7 @@ static void
|
||||
usage()
|
||||
{
|
||||
(void)fprintf(stderr,
|
||||
"usage: mtree [-cdeiLnrUux] [-f spec] [-K key] [-k key] [-p path] [-s seed]\n"
|
||||
"usage: mtree [-LUcdeinrux] [-f spec] [-K key] [-k key] [-p path] [-s seed]\n"
|
||||
"\t[-X excludes]\n");
|
||||
exit(1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user