about summary refs log tree commit diff
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2009-01-29 16:05:27 +0000
committerClint Adams <clint@users.sourceforge.net>2009-01-29 16:05:27 +0000
commit8ac7193c2348a206c7b9c3b83bbdd9b203845753 (patch)
treedec56be5e2a461d242feb6f6c345308fa4fc5b8f
parent268357abc053f0fa9425f32e84a3a9bfb298aebd (diff)
downloadzsh-8ac7193c2348a206c7b9c3b83bbdd9b203845753.tar.gz
zsh-8ac7193c2348a206c7b9c3b83bbdd9b203845753.tar.xz
zsh-8ac7193c2348a206c7b9c3b83bbdd9b203845753.zip
unposted: move _getfacl and _setfacl from Completion/Cygwin/Command to
Completion/Unix/Command.
-rw-r--r--ChangeLog4
-rw-r--r--Completion/Unix/Command/_getfacl16
2 files changed, 19 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 247792554..8ca1d2869 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
 
 	* 26482: Completion/Unix/Command/_patch: complete patch -U,
 	--unified-reject-files, --global-reject-file.
+	* unposted: move _getfacl and _setfacl from Completion/Cygwin/Command
+	to Completion/Unix/Command.
 
 2009-01-29  Peter Stephenson  <pws@csr.com>
 
@@ -11033,5 +11035,5 @@
 
 *****************************************************
 * This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.4531 $                         
+* $Revision: 1.4532 $                         
 *****************************************************
diff --git a/Completion/Unix/Command/_getfacl b/Completion/Unix/Command/_getfacl
index 6c3b9f261..15641fad8 100644
--- a/Completion/Unix/Command/_getfacl
+++ b/Completion/Unix/Command/_getfacl
@@ -9,3 +9,19 @@ _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