X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=doc%2FREADME;h=7bdb51fd1e4930f8ba895bee1f248f8459d71964;hb=HEAD;hp=0fc0c5f6fcbac69a8ab4557ed74ab10653685aea;hpb=f15d645e56167afc4490e5735c999705456a66ec;p=apply-default-acl.git diff --git a/doc/README b/doc/README index 0fc0c5f..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