X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=doc%2FREADME;h=7bdb51fd1e4930f8ba895bee1f248f8459d71964;hb=233b25b5822ab50d4fa2c12a8c32c18f0485a67c;hp=f4f704c78c1685cae1086b967f32d49736cd0159;hpb=e3baab78731e28c32d9d9b8948fc7bed0f280277;p=apply-default-acl.git diff --git a/doc/README b/doc/README index f4f704c..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 - $ 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