aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShohei YOSHIDA <syohex@gmail.com>2021-09-16 07:20:30 +0900
committerGitHub <noreply@github.com>2021-09-16 07:20:30 +0900
commitbebaa6126ede6bda698a6788c6cf3fa02ff1679c (patch)
treecfb0287155f40fd649dcb04a0437987967a7044d
parentMerge pull request #816 from okapia/combine-rmlint (diff)
parentUpdate ccache completions (diff)
downloadzsh-completions-bebaa6126ede6bda698a6788c6cf3fa02ff1679c.tar
zsh-completions-bebaa6126ede6bda698a6788c6cf3fa02ff1679c.tar.gz
zsh-completions-bebaa6126ede6bda698a6788c6cf3fa02ff1679c.tar.bz2
zsh-completions-bebaa6126ede6bda698a6788c6cf3fa02ff1679c.tar.lz
zsh-completions-bebaa6126ede6bda698a6788c6cf3fa02ff1679c.tar.xz
zsh-completions-bebaa6126ede6bda698a6788c6cf3fa02ff1679c.tar.zst
zsh-completions-bebaa6126ede6bda698a6788c6cf3fa02ff1679c.zip
Merge pull request #819 from turboBasic/master
Update ccache completions
-rw-r--r--src/_ccache2
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: '