diff options
| author | Eitan Adler <eadler@FreeBSD.org> | 2016-07-09 04:56:28 +0000 |
|---|---|---|
| committer | Eitan Adler <eadler@FreeBSD.org> | 2016-07-09 04:56:28 +0000 |
| commit | 9cb2b2546487d0a7aa80a3f49a7107eafb4608d9 (patch) | |
| tree | f4041abdfb2f7d7062fbf9d95cdc83fc51f16912 /usr.bin/pathchk | |
| parent | a4bf2e2d49c5d075f09cca690487a6ac8240edb3 (diff) | |
Notes
Diffstat (limited to 'usr.bin/pathchk')
| -rw-r--r-- | usr.bin/pathchk/pathchk.c | 2 |
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); } |
