about summary refs log tree commit diff
path: root/Completion/Unix/Command/_getfacl
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2017-09-18 15:53:29 +0200
committerOliver Kiddle <opk@zsh.org>2017-09-18 15:53:29 +0200
commitb138acf42e52dcdf470f5001aa7ffa1e70eb60f3 (patch)
tree8b8b52c41e0c86c1b7e2b7497bf354aaec518f5d /Completion/Unix/Command/_getfacl
parentb0c12e377151adced916e517e9354e9e4469a637 (diff)
downloadzsh-b138acf42e52dcdf470f5001aa7ffa1e70eb60f3.tar.gz
zsh-b138acf42e52dcdf470f5001aa7ffa1e70eb60f3.tar.xz
zsh-b138acf42e52dcdf470f5001aa7ffa1e70eb60f3.zip
41725: assorted minor updates to completion functions
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