diff options
author | 2010-11-28 22:56:24 +0000 | |
---|---|---|
committer | 2010-11-28 22:56:24 +0000 | |
commit | 249160784f590fcbfbc1f47871e266423829b004 (patch) | |
tree | bbdaa007354b09ca3a6b140da042989294f5f46c | |
parent | ec3964174a7135ec3d72f186410c897103a4c850 (diff) | |
download | paludis-249160784f590fcbfbc1f47871e266423829b004.tar.gz paludis-249160784f590fcbfbc1f47871e266423829b004.tar.xz |
zsh-completion: Fix previous commit
-rw-r--r-- | zsh-completion/_cave | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/zsh-completion/_cave b/zsh-completion/_cave index 82cb8f02c..879140c8b 100644 --- a/zsh-completion/_cave +++ b/zsh-completion/_cave @@ -550,8 +550,6 @@ _cave_cmd_print-sets() _cave_cmd_print-sync-protocols() { _arguments -s : \ - '--sequential[Only perform one sync at a time]' \ - '(--suffix -s)'{--suffix,-s}'[Use the specified suffix for syncing]' \ '(--help -h)'{--help,-h}'[Display help messsage]' } @@ -717,6 +715,7 @@ _cave_cmd_sync() _arguments -s : \ '(--help -h)'{--help,-h}'[Display help messsage]' \ '--sequential[Only perform one sync at a time]' \ + '(--suffix -s)'{--suffix,-s}'[Use the specified suffix for syncing]:Suffix: ' \ '*:repository:_cave_repositories' && return 0 } |