From 8fab83d1437ca4a8eaca500f4e3dc2707704b0cc Mon Sep 17 00:00:00 2001 From: Nick Payne Date: Sat, 12 Oct 2013 16:27:42 +0100 Subject: [PATCH] Fix 'docker build' arguments --- 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' }