diff options
author | 2013-06-17 06:11:09 +0200 | |
---|---|---|
committer | 2013-06-18 18:23:41 +0100 | |
commit | f5088a55a9c88793a53172b7029713f2f64e687a (patch) | |
tree | 0d681a3c3662e5371df44c572cd58c0b1fcfd6e4 | |
parent | 09677d5af0f2837fc8f9fafde48dea739556b61c (diff) | |
download | paludis-f5088a55a9c88793a53172b7029713f2f64e687a.tar.gz paludis-f5088a55a9c88793a53172b7029713f2f64e687a.tar.xz |
zsh-completion: Fix typo in print-unmanaged-files
Signed-off-by: Lasse Brun <bruners@gmail.com>
-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 3dc787da8..d8896ee22 100644 --- a/zsh-completion/_cave +++ b/zsh-completion/_cave @@ -673,7 +673,7 @@ _cave_cmd_print-unmanaged-files() { _arguments -s : \ '(--help -h --root -r )'{--help,-h}'[Display help messsage]' \ - '( --help -h )*'{--root,-r}'[Search under the specified root]:root:_directories' && return 0 + '*'{--root,-r}'[Search under the specified root]:root:_directories' && return 0 } (( ${+functions[_cave_cmd_print-unused-distfiles]} )) || |