Add -P to pathchk usage

This commit is contained in:
Eitan Adler 2016-07-09 04:56:28 +00:00
parent a4bf2e2d49
commit 9cb2b25464
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=302480

View File

@ -89,7 +89,7 @@ static void
usage(void)
{
fprintf(stderr, "usage: pathchk [-p] pathname ...\n");
fprintf(stderr, "usage: pathchk [-Pp] pathname ...\n");
exit(1);
}