diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2010-10-12 08:45:06 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2010-10-12 08:45:06 +0000 |
commit | 7a4d9bba556080cba92e5e17a78039816df922f7 (patch) | |
tree | 94ce7a28409dfa61866370e4f7a70132ef64923d /Completion/Unix/Command | |
parent | dde6c78f9631957f1acd3b6d65227e95fc9676e8 (diff) | |
download | zsh-7a4d9bba556080cba92e5e17a78039816df922f7.tar.gz zsh-7a4d9bba556080cba92e5e17a78039816df922f7.tar.xz zsh-7a4d9bba556080cba92e5e17a78039816df922f7.zip |
Mikael: 28343: fix setfacl completion
Diffstat (limited to 'Completion/Unix/Command')
-rw-r--r-- | Completion/Unix/Command/_setfacl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_setfacl b/Completion/Unix/Command/_setfacl index 593c2b57a..af6c4d4e5 100644 --- a/Completion/Unix/Command/_setfacl +++ b/Completion/Unix/Command/_setfacl @@ -30,5 +30,6 @@ _arguments -s -S \ '--restore=[restore ACLs]:file:_files' \ '--test[test mode (ACLs are not modified)]' \ '--version[print version and exit]' \ - '--help[this help text]' + '--help[this help text]' \ + '*: :_files' fi |