1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-19 11:31:26 +01:00

Mikael: 28343: fix setfacl completion

This commit is contained in:
Peter Stephenson 2010-10-12 08:45:06 +00:00
parent dde6c78f96
commit 7a4d9bba55
2 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2010-10-12 Peter Stephenson <pws@csr.com>
* Mikael: 28343: Completion/Unix/Command/_setfacl: didn't
complete file argument in all cases.
2010-10-10 Peter Stephenson <p.w.stephenson@ntlworld.com>
* 28340: Src/params.c: assignment with negative index didn't
@ -13739,5 +13744,5 @@
*****************************************************
* This is used by the shell to define $ZSH_PATCHLEVEL
* $Revision: 1.5103 $
* $Revision: 1.5104 $
*****************************************************

View file

@ -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