diff options
author | 2011-11-07 19:24:21 +0100 | |
---|---|---|
committer | 2011-11-07 19:24:21 +0100 | |
commit | 1b09cfa542888c3454043f763356f0295eefcd4e (patch) | |
tree | 7ef92fc4f43eba236b64fb800193d3d5dcf650cd | |
parent | 8652e3603f352a45610b3874bddbc8ca02264fc5 (diff) | |
download | paludis-1b09cfa542888c3454043f763356f0295eefcd4e.tar.gz paludis-1b09cfa542888c3454043f763356f0295eefcd4e.tar.xz |
Update zsh completions.
-rw-r--r-- | zsh-completion/_cave | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh-completion/_cave b/zsh-completion/_cave index 2ca9fcefb..636bbf9ec 100644 --- a/zsh-completion/_cave +++ b/zsh-completion/_cave @@ -202,6 +202,7 @@ _cave_cmd_generate-metadata() _cave_match_arguments=( '(--help -h)'{--help,-h}'[Display help messsage]' '(--type -t)'{--type,-t}'[Specify which matching algorithm to use]:Matching:((text t exact x regex r))' + '(--case-sensitive -C --no-case-sensitive +C)'{--case-sensitive,-C,--no-case-sensitive,+C}'[Make matching case sensitive]' '(--and -& --no-and +&)'{--and,-\&,--no-and,+\&}'[If multiple patterns are specified, require that all patterns match]' '(--not -! --no-not +!)'{--not,-\!,--no-not,+\!}'[Invert the results of pattern matches]' '*'{--key,-k}'[Search the named metadata key]' |