diff options
Diffstat (limited to 'Completion/Unix/Command')
-rw-r--r-- | Completion/Unix/Command/_getfacl | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Completion/Unix/Command/_getfacl b/Completion/Unix/Command/_getfacl index 0c6e6cedf..b6f1d0932 100644 --- a/Completion/Unix/Command/_getfacl +++ b/Completion/Unix/Command/_getfacl @@ -15,14 +15,15 @@ _arguments -s -S \ '(-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] '\ + '--no-effective[print no effective rights]' \ '--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' \ + '--absolute-names[don'"'"'t strip leading '"'"'/'"'"' in pathnames]' \ '--version[print version and exit]' \ - '--help[this help text]' + '--help[this help text]' \ + '*: :_files' fi |