diff options
author | 2011-02-08 17:41:04 +0100 | |
---|---|---|
committer | 2011-02-08 19:17:55 +0100 | |
commit | 26b638b9d0ff7777eb7b46a00cd2067c731c853f (patch) | |
tree | 48117b5d7c8db586318bbd89f5eaac4ada0d5b84 | |
parent | e61ee3561764da4ce246263644c0207f439c0be0 (diff) | |
download | paludis-26b638b9d0ff7777eb7b46a00cd2067c731c853f.tar.gz paludis-26b638b9d0ff7777eb7b46a00cd2067c731c853f.tar.xz |
Update cave zsh completions.
-rw-r--r-- | zsh-completion/_cave | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/zsh-completion/_cave b/zsh-completion/_cave index 00f8e46f4..5c44ac607 100644 --- a/zsh-completion/_cave +++ b/zsh-completion/_cave @@ -320,9 +320,13 @@ _cave_cmd_owner() _arguments -s : \ '(--help -h)'{--help,-h}'[Display help messsage]' \ '(--match -m)'{--match,-m}'[Which match algorithm to use]:match algorithm:((auto\:"If pattern starts with a \/, full; if it contains a \/, partial; otherwise, basename" - basename\:"Basename match" + a\:"If pattern starts with a \/, full; if it contains a \/, partial; otherwise, basename" + basename\:"Basename match" + b\:"Basename match" full\:"Full match" - partial\:"Partial match"))' \ + f\:"Full match" + partial\:"Partial match" + p\:"Partial match"))' \ '(--dereference -d)'{--dereference,-d}'[If the pattern is a path that exists and is a symbolic link, dereference it recursively, and then search for the real path]' \ '*:file:_files' } |