This commit is contained in:
Alister Bulman 2014-03-23 19:56:26 +00:00
commit b53ac3c4ad

View file

@ -30,7 +30,7 @@ __attach() {
__build() { __build() {
_arguments \ _arguments \
'-q=false[Suppress verbose build output]' \ '-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' '*:files:_files'
} }