summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2018-01-06 06:34:49 +0000
committereadler <eadler@FreeBSD.org>2018-01-06 06:34:49 +0000
commit1113b6deb608ddb6bbbb3fe12e25ff6a41479835 (patch)
tree68910b5d75a44f14a6031dc14cb3e13db9559370 /usr.bin
parent10e27828ece0c208a0bcfb080b6a82633654c492 (diff)
downloadFreeBSD-src-1113b6deb608ddb6bbbb3fe12e25ff6a41479835.zip
FreeBSD-src-1113b6deb608ddb6bbbb3fe12e25ff6a41479835.tar.gz
MFC r302480:
Add -P to pathchk usage
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/pathchk/pathchk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/pathchk/pathchk.c b/usr.bin/pathchk/pathchk.c
index 3dc901b..be80ec9 100644
--- a/usr.bin/pathchk/pathchk.c
+++ b/usr.bin/pathchk/pathchk.c
@@ -89,7 +89,7 @@ static void
usage(void)
{
- fprintf(stderr, "usage: pathchk [-p] pathname ...\n");
+ fprintf(stderr, "usage: pathchk [-Pp] pathname ...\n");
exit(1);
}
OpenPOWER on IntegriCloud