]> gitweb.michael.orlitzky.com - apply-default-acl.git/blobdiff - doc/README
doc/COPYING: add one to state the "or later" bit
[apply-default-acl.git] / doc / README
index 1db1c466ca340284a456f86238431bd8c1f143bc..7bdb51fd1e4930f8ba895bee1f248f8459d71964 100644 (file)
@@ -1,6 +1,6 @@
 1. What is it?
 
-A utility to reapply default POSIX ACLs to files and directories.
+A utility to apply default POSIX ACLs to files and directories.
 
 The way some common utilities handle POSIX ACLs is busted. For more
 info, see [1].
@@ -26,12 +26,12 @@ directory and put it somewhere in your $PATH.
 
 Basic usage:
 
-  $ reapply_default_acl /path/to/whatever
+  $ apply-default-acl /path/to/whatever
 
 Work recursively (from the top down):
 
-  $ reapply_default_acl --recursive /path/to/whatever
-
+  $ apply-default-acl --recursive /path/to/whatever
+  $ apply-default-acl -r /path/to/whatever
 
 5. How to report bugs