diff options
author | Clint Adams <clint@users.sourceforge.net> | 2009-01-29 16:06:48 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2009-01-29 16:06:48 +0000 |
commit | 8b7a0fb1040181137a068f9fc4a2686706d068a7 (patch) | |
tree | 1fd38346e6eae362a24c874ba2e366f30ef66ce2 /Completion/Unix/Command | |
parent | 8ac7193c2348a206c7b9c3b83bbdd9b203845753 (diff) | |
download | zsh-8b7a0fb1040181137a068f9fc4a2686706d068a7.tar.gz zsh-8b7a0fb1040181137a068f9fc4a2686706d068a7.tar.xz zsh-8b7a0fb1040181137a068f9fc4a2686706d068a7.zip |
ARGH
Diffstat (limited to 'Completion/Unix/Command')
-rw-r--r-- | Completion/Unix/Command/_getfacl | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/Completion/Unix/Command/_getfacl b/Completion/Unix/Command/_getfacl index 15641fad8..6c3b9f261 100644 --- a/Completion/Unix/Command/_getfacl +++ b/Completion/Unix/Command/_getfacl @@ -9,19 +9,3 @@ _arguments -s -S \ '(- *)'{-h,--help}'[display help information]' \ '(- *)'{-v,--version}'[display version information]' \ '*: :_files' -getfacl 2.2.47 -- get file access control lists -Usage: getfacl [-dRLP] file ... - --access display the file access control list only - -d, --default display the default access control list only - --omit-header do not display the comment header - --all-effective print all effective rights - --no-effective print no effective rights - --skip-base skip files that only have the base entries - -R, --recursive recurse into subdirectories - -L, --logical logical walk, follow symbolic links - -P, --physical physical walk, do not follow symbolic links - --tabular use tabular output format - --numeric print numeric user/group identifiers - --absolute-names don't strip leading '/' in pathnames - --version print version and exit - --help this help text |