From 1113b6deb608ddb6bbbb3fe12e25ff6a41479835 Mon Sep 17 00:00:00 2001 From: eadler Date: Sat, 6 Jan 2018 06:34:49 +0000 Subject: [PATCH] MFC r302480: Add -P to pathchk usage --- usr.bin/pathchk/pathchk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/pathchk/pathchk.c b/usr.bin/pathchk/pathchk.c index 3dc901bb049..be80ec95c35 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); } -- 2.45.0