Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Dec 2002 20:15:42 -0800 (PST)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 22690 for review
Message-ID:  <200212240415.gBO4FgFZ016661@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=22690

Change 22690 by rwatson@rwatson_paprika on 2002/12/23 20:14:59

	Add -h to getfacl usage().  sigh.

Affected files ...

.. //depot/projects/trustedbsd/acl/bin/getfacl/getfacl.c#4 edit

Differences ...

==== //depot/projects/trustedbsd/acl/bin/getfacl/getfacl.c#4 (text+ko) ====

@@ -52,7 +52,7 @@
 usage(void)
 {
 
-	fprintf(stderr, "getfacl [-d] [files ...]\n");
+	fprintf(stderr, "getfacl [-dh] [files ...]\n");
 }
 
 /*

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200212240415.gBO4FgFZ016661>