about summary refs log tree commit diff
path: root/Completion/Unix/Command/_getfacl
diff options
context:
space:
mode:
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'