diff options
| author | andriy melnyk ╔╬═╚╗╠ ╠╣╔╦╣╚╗ ╔╬╗╚╗╚╝ <off@boun.cr> | 2021-09-15 20:03:44 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-15 20:03:44 +0300 |
| commit | cd18e471bb280fd581ede172651673882f85263e (patch) | |
| tree | cfb0287155f40fd649dcb04a0437987967a7044d /src/_ccache | |
| parent | Merge pull request #816 from okapia/combine-rmlint (diff) | |
| download | zsh-completions-cd18e471bb280fd581ede172651673882f85263e.tar zsh-completions-cd18e471bb280fd581ede172651673882f85263e.tar.gz zsh-completions-cd18e471bb280fd581ede172651673882f85263e.tar.bz2 zsh-completions-cd18e471bb280fd581ede172651673882f85263e.tar.lz zsh-completions-cd18e471bb280fd581ede172651673882f85263e.tar.xz zsh-completions-cd18e471bb280fd581ede172651673882f85263e.tar.zst zsh-completions-cd18e471bb280fd581ede172651673882f85263e.zip | |
Update ccache completions
Diffstat (limited to 'src/_ccache')
| -rw-r--r-- | src/_ccache | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_ccache b/src/_ccache index 802f09a..2b938e1 100644 --- a/src/_ccache +++ b/src/_ccache @@ -310,7 +310,7 @@ elif [[ $words[2] == -* ]]; then '(-z --zero-stats)'{-z,--zero-stats}'[zero statistics counters]' \ '(-c --cleanup)'{-c,--cleanup}'[delete old files and recalculate size counters]' \ '(-C --clear)'{-C,--clear}'[clear the cache completely (except configuration)]' \ - '(-p --print-config)'{-p,--print-config}'[print current configuration options]' \ + '(-p --show-config)'{-p,--show-config}'[show current configuration options]' \ '(-s --show-stats)'{-s,--show-stats}'[show statistics summary]' \ '(-F --max-files=)'{-F,--max-files=}'[set maximum number of files in cache]:number of files in cache: ' \ '(-M --max-size=)'{-M,--max-size=}'[set maximum size of cache]:cache size: ' |
