Add -P to pathchk usage

This commit is contained in:
eadler 2016-07-09 04:56:28 +00:00
parent e1f5224628
commit c1deb7da6a

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