summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command/_setfacl
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Unix/Command/_setfacl')
-rw-r--r--Completion/Unix/Command/_setfacl10
1 files changed, 5 insertions, 5 deletions
diff --git a/Completion/Unix/Command/_setfacl b/Completion/Unix/Command/_setfacl
index 5c573a581..14be49d95 100644
--- a/Completion/Unix/Command/_setfacl
+++ b/Completion/Unix/Command/_setfacl
@@ -3,11 +3,11 @@
if _pick_variant cygwin=cygwin unix --version; then
# cygwin 1.5.25
_arguments -s -S \
- '(-d, --delete)'{-d,--delete}'[delete one or more specified ACL entries]:ACL entry:' \
- '(-f, --file)'{-f,--file}'[set ACL entries for FILE to ACL entries read from a ACL_FILE]:ACL file:_files' \
- '(-m, --modify)'{-m,--modify}'[modify one or more specified ACL entries]:ACL entry:' \
- '(-r, --replace)'{-r,--replace}'[replace mask entry with maximum permissions needed for the file group class]' \
- '(-s, --substitute)'{-s,--substitute}'[substitute specified ACL entries for the \[ACL of FILE\]]:ACL entry:' \
+ '(-d --delete)'{-d,--delete}'[delete one or more specified ACL entries]:ACL entry' \
+ '(-f --file)'{-f,--file}'[set ACL entries for FILE to ACL entries read from a ACL_FILE]:ACL file:_files' \
+ '(-m --modify)'{-m,--modify}'[modify one or more specified ACL entries]:ACL entry' \
+ '(-r --replace)'{-r,--replace}'[replace mask entry with maximum permissions needed for the file group class]' \
+ '(-s --substitute)'{-s,--substitute}'[substitute specified ACL entries for the \[ACL of FILE\]]:ACL entry' \
'(- *)'{-h,--help}'[output usage information and exit]' \
'(- *)'{-v,--version}'[output version information and exit]' \
'*: :_files'