X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=doc%2FREADME;h=7bdb51fd1e4930f8ba895bee1f248f8459d71964;hb=HEAD;hp=1db1c466ca340284a456f86238431bd8c1f143bc;hpb=e7ff26242ab8c67db59a142d8b74c108a7528db2;p=apply-default-acl.git diff --git a/doc/README b/doc/README index 1db1c46..7bdb51f 100644 --- a/doc/README +++ b/doc/README @@ -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