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