diff options
author | 2011-03-20 16:03:48 +0100 | |
---|---|---|
committer | 2011-03-20 16:03:48 +0100 | |
commit | 762c75fadaeff8b333f74143646a6fd69c1460cf (patch) | |
tree | 692924ee021c37c7a13f0e71640b0a640316a4c5 | |
parent | f2d92c9ef1a5bbe09df3d1ff1489dbe07c61c841 (diff) | |
download | paludis-762c75fadaeff8b333f74143646a6fd69c1460cf.tar.gz paludis-762c75fadaeff8b333f74143646a6fd69c1460cf.tar.xz |
Add cave sync --revision to zsh completions.
-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 } |