diff options
Diffstat (limited to 'zsh-completion')
-rw-r--r-- | zsh-completion/_cave | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zsh-completion/_cave b/zsh-completion/_cave index 0bc96609d..82cb8f02c 100644 --- a/zsh-completion/_cave +++ b/zsh-completion/_cave @@ -550,6 +550,8 @@ _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]' } |