From 02629dd82e71345069df65f36f6aae6c7d2c2a88 Mon Sep 17 00:00:00 2001 From: Alister Bulman Date: Wed, 4 Dec 2013 13:31:38 +0000 Subject: [PATCH] Use help for -t, sourced from 'docker help build' --- plugins/docker/_docker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/docker/_docker b/plugins/docker/_docker index f13f876cf..82cf546e0 100644 --- a/plugins/docker/_docker +++ b/plugins/docker/_docker @@ -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' }