diff options
author | 2010-08-13 16:30:55 +0000 | |
---|---|---|
committer | 2010-08-13 16:30:55 +0000 | |
commit | 0a1612f46f1e9cc5f0f5b39e642def22a04c5a85 (patch) | |
tree | 50171a1fc94e20cfada1dc2251d53dee3fc20a18 /zsh-completion | |
parent | 7bf961188d1895dcb58a12de5174d7919ce1b3c8 (diff) | |
download | paludis-0a1612f46f1e9cc5f0f5b39e642def22a04c5a85.tar.gz paludis-0a1612f46f1e9cc5f0f5b39e642def22a04c5a85.tar.xz |
Update.
Diffstat (limited to 'zsh-completion')
-rw-r--r-- | zsh-completion/_cave | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh-completion/_cave b/zsh-completion/_cave index 3e344160a..9cb5ab54b 100644 --- a/zsh-completion/_cave +++ b/zsh-completion/_cave @@ -525,7 +525,7 @@ _cave_resolve_arguments=( '*'{--early,-E}'[When given a collection of otherwise equally desirable packages to order, order packages matching the supplied spec first]' \ '*'{--late,-L}'[When given a collection of otherwise equally desirable packages to order, order packages matching the supplied spec last]' \ '*'{--preset,-p}'[Preset a given constraint]:Spec: ' \ - '(--make -m)'{--make,-m}'[Specify what to do with targets]:Make:((install i binaries b chroot c))' \ + '(--make -m)'{--make,-m}'[Specify what to do with targets]:Make:((auto a install i binaries b chroot c))' \ '(--make-dependencies -M)'{--make-dependencies,-M}'[Specify what to do with dependencies of targets]:When:((auto runtime r all a none n))' \ '*'{--via-binary,-b}'[When building a package matching the supplied spec, create a binary package and use that for the install]' \ '(--dump --no-dump)'{--dump,--no-dump}'[Dump debug output]' \ |