]> gitweb.michael.orlitzky.com - apply-default-acl.git/blobdiff - doc/README
Rename the project to apply-default-acl.
[apply-default-acl.git] / doc / README
index f4f704c78c1685cae1086b967f32d49736cd0159..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
-  $ reapply_default_acl -r /path/to/whatever
+  $ apply-default-acl --recursive /path/to/whatever
+  $ apply-default-acl -r /path/to/whatever
 
 5. How to report bugs