2003-04-07 13:23:14 +02:00
|
|
|
#compdef getfacl getfacl.exe
|
|
|
|
#Generated by Felix Rosencrantz
|
|
|
|
|
|
|
|
_arguments \
|
2003-07-31 17:26:13 +02:00
|
|
|
'(--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]' \
|
2003-04-07 13:23:14 +02:00
|
|
|
'(--noname -n)'{-n,--noname}'[display user and group IDs instead of names]' \
|
2003-07-31 17:26:13 +02:00
|
|
|
'(- *)'{-h,--help}'[display help information]' \
|
|
|
|
'(- *)'{-v,--version}'[display version information]' \
|
2003-04-07 13:23:14 +02:00
|
|
|
'*: :_files'
|