From f103ba820cded11ebf84d523f3fa9266847bee2e Mon Sep 17 00:00:00 2001 From: knakayama Date: Sun, 14 Feb 2016 11:29:54 +0900 Subject: [PATCH] Fix zsh-completion --- contrib/zsh-completion/_packer | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/contrib/zsh-completion/_packer b/contrib/zsh-completion/_packer index 8e36eedaa..6b26daa29 100644 --- a/contrib/zsh-completion/_packer +++ b/contrib/zsh-completion/_packer @@ -30,8 +30,10 @@ __inspect() { __push() { _arguments \ - '-create[Create the build configuration if it does not exist].' \ - '-token=[() Access token to use to upload.]' + '-name=[() The destination build in Atlas.]' \ + '-token=[() Access token to use to upload.]' \ + '-var[("key=value") Variable for templates, can be used multiple times.]' \ + '-var-file=[(path) JSON file containing user variables.]' } __validate() {