about summary refs log tree commit diff
path: root/Completion/Unix/Command/_getfacl
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2009-01-29 16:02:54 +0000
committerClint Adams <clint@users.sourceforge.net>2009-01-29 16:02:54 +0000
commit268357abc053f0fa9425f32e84a3a9bfb298aebd (patch)
treea245fec740950e7b7efb906866b2fd5eae66935a /Completion/Unix/Command/_getfacl
parent3bd094b1bc6f7381ee9e003a8fccc645d73c7a22 (diff)
downloadzsh-268357abc053f0fa9425f32e84a3a9bfb298aebd.tar.gz
zsh-268357abc053f0fa9425f32e84a3a9bfb298aebd.tar.xz
zsh-268357abc053f0fa9425f32e84a3a9bfb298aebd.zip
unposted: move _getfacl and _setfacl from Completion/Cygwin/Command to Completion/Unix/Command.
Diffstat (limited to 'Completion/Unix/Command/_getfacl')
-rw-r--r--Completion/Unix/Command/_getfacl11
1 files changed, 11 insertions, 0 deletions
diff --git a/Completion/Unix/Command/_getfacl b/Completion/Unix/Command/_getfacl
new file mode 100644
index 000000000..6c3b9f261
--- /dev/null
+++ b/Completion/Unix/Command/_getfacl
@@ -0,0 +1,11 @@
+#compdef getfacl getfacl.exe
+
+# cygwin 1.5.25
+
+_arguments -s -S \
+  '(--all -a)'{-a,--all}'[display the filename, owner, group, and ACL of the file]' \
+  '(--dir -d)'{-d,--dir}'[display the filename, owner, group, and default ACL of the directory]' \
+  '(--noname -n)'{-n,--noname}'[display user and group IDs instead of names]' \
+  '(- *)'{-h,--help}'[display help information]' \
+  '(- *)'{-v,--version}'[display version information]' \
+  '*: :_files'