From 9cb2b2546487d0a7aa80a3f49a7107eafb4608d9 Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Sat, 9 Jul 2016 04:56:28 +0000 Subject: [PATCH] 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 3dc901bb0498..be80ec95c351 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); }