PERFORCE change 22689 for review
Robert Watson
rwatson at freebsd.org
Tue Dec 24 04:14:35 GMT 2002
http://perforce.freebsd.org/chv.cgi?CH=22689
Change 22689 by rwatson at 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 at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list