svn commit: r302480 - head/usr.bin/pathchk

Eitan Adler eadler at FreeBSD.org
Sat Jul 9 04:56:30 UTC 2016


Author: eadler
Date: Sat Jul  9 04:56:28 2016
New Revision: 302480
URL: https://svnweb.freebsd.org/changeset/base/302480

Log:
  Add -P to pathchk usage

Modified:
  head/usr.bin/pathchk/pathchk.c

Modified: head/usr.bin/pathchk/pathchk.c
==============================================================================
--- head/usr.bin/pathchk/pathchk.c	Sat Jul  9 03:27:01 2016	(r302479)
+++ head/usr.bin/pathchk/pathchk.c	Sat Jul  9 04:56:28 2016	(r302480)
@@ -89,7 +89,7 @@ static void
 usage(void)
 {
 
-	fprintf(stderr, "usage: pathchk [-p] pathname ...\n");
+	fprintf(stderr, "usage: pathchk [-Pp] pathname ...\n");
 	exit(1);
 }
 


More information about the svn-src-all mailing list