diff options
-rw-r--r-- | zsh-completion/_cave | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh-completion/_cave b/zsh-completion/_cave index 7cda2538a..7067fa869 100644 --- a/zsh-completion/_cave +++ b/zsh-completion/_cave @@ -830,6 +830,7 @@ _cave_cmd_sync() '(--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: ' \ + '(--revision -r)'{--revision,-r}'[Sync to the specified revision]:Revision: ' \ '*:repository:_cave_repositories' && return 0 } |