summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--provides/zsh/completions/_pkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/provides/zsh/completions/_pkg b/provides/zsh/completions/_pkg
index e0d0b00..b36067b 100644
--- a/provides/zsh/completions/_pkg
+++ b/provides/zsh/completions/_pkg
@@ -48,7 +48,7 @@ function _pkg_args {
;;
list)
_wanted something expl 'list mode' \
- compadd all local remote
+ compadd all local not-installed
;;
*)
_message 'no more arguments'