diff options
author | 2010-11-28 22:54:52 +0000 | |
---|---|---|
committer | 2010-11-28 22:54:52 +0000 | |
commit | ec3964174a7135ec3d72f186410c897103a4c850 (patch) | |
tree | ba280087571a7186833264a1ee1807f2cf0a2f04 | |
parent | 2534dec6e213c440debf4f532c4b7485406d97e7 (diff) | |
download | paludis-ec3964174a7135ec3d72f186410c897103a4c850.tar.gz paludis-ec3964174a7135ec3d72f186410c897103a4c850.tar.xz |
zsh-completion: Partial update
-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]' } |