Fix 'docker build' arguments

This commit is contained in:
Nick Payne 2013-10-12 16:27:42 +01:00
commit 8fab83d143

View file

@ -30,7 +30,7 @@ __attach() {
__build() {
_arguments \
'-q=false[Suppress verbose build output]' \
'-t="[fuck to be applied to the resulting image in case of success]' \
'-t="[Repository name (and optionally a tag) to be applied to the resulting image in case of success]' \
'*:files:_files'
}