1
0
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:
Sheldon Hearn 2000-07-17 11:00:55 +00:00
parent 7cd36f5d04
commit e492a4c41a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=63305

View File

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