diff options
| author | Doug Kearns <dkearns@users.sourceforge.net> | 2009-01-24 13:59:21 +0000 |
|---|---|---|
| committer | Doug Kearns <dkearns@users.sourceforge.net> | 2009-01-24 13:59:21 +0000 |
| commit | f99436b3a98dfbb86b3dd547d5c58a412b967bd7 (patch) | |
| tree | de82ec25ac89d85ea97e923bee3073c1ec88501e /Completion/Cygwin/Command/_getfacl | |
| parent | 26407: patch to handle aptitude build-dep, from Sven Joachim. (diff) | |
| download | zsh-f99436b3a98dfbb86b3dd547d5c58a412b967bd7.tar zsh-f99436b3a98dfbb86b3dd547d5c58a412b967bd7.tar.gz zsh-f99436b3a98dfbb86b3dd547d5c58a412b967bd7.tar.bz2 zsh-f99436b3a98dfbb86b3dd547d5c58a412b967bd7.tar.lz zsh-f99436b3a98dfbb86b3dd547d5c58a412b967bd7.tar.xz zsh-f99436b3a98dfbb86b3dd547d5c58a412b967bd7.tar.zst zsh-f99436b3a98dfbb86b3dd547d5c58a412b967bd7.zip | |
26411: update Cygwin completion functions
Diffstat (limited to 'Completion/Cygwin/Command/_getfacl')
| -rw-r--r-- | Completion/Cygwin/Command/_getfacl | 5 |
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]' \ |
