about summary refs log tree commit diff
path: root/Completion/Cygwin/Command/_getfacl
diff options
context:
space:
mode:
authorDoug Kearns <dkearns@users.sourceforge.net>2009-01-24 13:59:21 +0000
committerDoug Kearns <dkearns@users.sourceforge.net>2009-01-24 13:59:21 +0000
commitf99436b3a98dfbb86b3dd547d5c58a412b967bd7 (patch)
treede82ec25ac89d85ea97e923bee3073c1ec88501e /Completion/Cygwin/Command/_getfacl
parentfa322e5464c8d78fa0c3ac83d3032b51d8120938 (diff)
downloadzsh-f99436b3a98dfbb86b3dd547d5c58a412b967bd7.tar.gz
zsh-f99436b3a98dfbb86b3dd547d5c58a412b967bd7.tar.xz
zsh-f99436b3a98dfbb86b3dd547d5c58a412b967bd7.zip
26411: update Cygwin completion functions
Diffstat (limited to 'Completion/Cygwin/Command/_getfacl')
-rw-r--r--Completion/Cygwin/Command/_getfacl5
1 files changed, 3 insertions, 2 deletions
diff --git a/Completion/Cygwin/Command/_getfacl b/Completion/Cygwin/Command/_getfacl
index 8e794131f..6c3b9f261 100644
--- a/Completion/Cygwin/Command/_getfacl
+++ b/Completion/Cygwin/Command/_getfacl
@@ -1,7 +1,8 @@
 #compdef getfacl getfacl.exe
-#Generated by Felix Rosencrantz
 
-_arguments  \
+# 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]' \