diff options
-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 } |