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

next in thread | raw e-mail | index | archive | help

http://perforce.freebsd.org/chv.cgi?CH=22689

Change 22689 by rwatson@rwatson_paprika on 2002/12/23 20:14:00

	Add -h to usage().

Affected files ...

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

Differences ...

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

@@ -96,7 +96,7 @@
 usage(void)
 {
 
-	fprintf(stderr, "usage: setfacl [-bdknv] [-m entries] [-M file1] "
+	fprintf(stderr, "usage: setfacl [-bdhknv] [-m entries] [-M file1] "
 	    "[-x entries] [-X file2] [file ...]\n");
 	exit(1);
 }

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?200212240414.gBO4EZBt016569>