aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/pathchk
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2016-07-09 04:56:28 +0000
committerEitan Adler <eadler@FreeBSD.org>2016-07-09 04:56:28 +0000
commit9cb2b2546487d0a7aa80a3f49a7107eafb4608d9 (patch)
treef4041abdfb2f7d7062fbf9d95cdc83fc51f16912 /usr.bin/pathchk
parenta4bf2e2d49c5d075f09cca690487a6ac8240edb3 (diff)
Notes
Diffstat (limited to 'usr.bin/pathchk')
-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 3dc901bb0498e..be80ec95c3516 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);
}