From 249160784f590fcbfbc1f47871e266423829b004 Mon Sep 17 00:00:00 2001 From: Ingmar Vanhassel Date: Sun, 28 Nov 2010 22:56:24 +0000 Subject: zsh-completion: Fix previous commit --- zsh-completion/_cave | 3 +-- 1 file changed, 1 insertion(+), 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 } -- cgit v1.2.3