summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command/_getfacl
diff options
context:
space:
mode:
authorAxel Beckert <abe@deuxchevaux.org>2018-04-07 15:12:57 +0200
committerAxel Beckert <abe@deuxchevaux.org>2018-04-07 15:12:57 +0200
commit6e1ab9aa550695ee7e3d467b4173c0b83ba7f759 (patch)
tree8fb7faa4364a7cbf1cba48296a5f537e13f2a8d9 /Completion/Unix/Command/_getfacl
parent5ad56a41f1ee2e61abca079f5ea8909f895ac2dd (diff)
parentf027f1d6e876708bc75d4217e1ca26898658d8d3 (diff)
downloadzsh-6e1ab9aa550695ee7e3d467b4173c0b83ba7f759.tar.gz
zsh-6e1ab9aa550695ee7e3d467b4173c0b83ba7f759.zip
Merge tag 'zsh-5.4.2-test-2' / 'upstream' branch into 'debian' branch
Test version 2 prior to zsh 5.5.
Diffstat (limited to 'Completion/Unix/Command/_getfacl')
-rw-r--r--Completion/Unix/Command/_getfacl22
1 files changed, 11 insertions, 11 deletions
diff --git a/Completion/Unix/Command/_getfacl b/Completion/Unix/Command/_getfacl
index b6f1d0932..15be06a1c 100644
--- a/Completion/Unix/Command/_getfacl
+++ b/Completion/Unix/Command/_getfacl
@@ -11,19 +11,19 @@ _arguments -s -S \
'*: :_files'
else
_arguments -s -S \
- '--access[display the file access control list only]' \
+ '(-a --access)'{-a,--access}'[display the file access control list only]' \
'(-d --default)'{-d,--default}'[display the default access control list only]' \
- '--omit-header[do not display the comment header]' \
- '--all-effective[print all effective rights]' \
- '--no-effective[print no effective rights]' \
- '--skip-base[skip files that only have the base entries]' \
+ '(-c --omit-header)'{-c,--omit-header}"[don't display the comment header]" \
+ '(-e --all-effective)'{-e,--all-effective}'[print all effective rights]' \
+ '(-E --no-effective)'{-E,--no-effective}'[print no effective rights]' \
+ '(-s --skip-base)'{-s,--skip-base}'[skip files that only have the base entries]' \
'(-R --recursive)'{-R,--recursive}'[recurse into subdirectories]' \
'(-L --logical)'{-L,--logical}'[logical walk, follow symbolic links]' \
- '(-P --physical)'{-P,--physical}'[physical walk, do not follow symbolic links]' \
- '--tabular[use tabular output format]' \
- '--numeric[print numeric user/group identifiers]' \
- '--absolute-names[don'"'"'t strip leading '"'"'/'"'"' in pathnames]' \
- '--version[print version and exit]' \
- '--help[this help text]' \
+ '(-P --physical)'{-P,--physical}"[physical walk, don't follow symbolic links]" \
+ '(-t --tabular)'{-t,--tabular}'[use tabular output format]' \
+ '(-n --numeric)'{-n,--numeric}'[print numeric user/group identifiers]' \
+ '(-p --absolute-names)'{-p,--absolute-names}"[don't strip leading '/' in pathnames]" \
+ '(- *)'{-v,--version}'[display version information]' \
+ '(- *)'{-h,--help}'[display help information]' \
'*: :_files'
fi