Use help for -t, sourced from 'docker help build'

This commit is contained in:
Alister Bulman 2013-12-04 13:31:38 +00:00
commit 02629dd82e

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'
}