summaryrefslogtreecommitdiff
path: root/plugins/golang
diff options
context:
space:
mode:
authorLucas Larson <91468+LucasLarson@users.noreply.github.com>2020-10-21 10:22:32 -0400
committerGitHub <noreply@github.com>2020-10-21 16:22:32 +0200
commit80d2e4336b85c070e021571f8724032b204f3c4f (patch)
tree81622d6e1b9a46c53a5c8768b0ae2407031a3261 /plugins/golang
parentbf5574fc93166d7c1915b9f3ae78aba1959a8403 (diff)
downloadzsh-80d2e4336b85c070e021571f8724032b204f3c4f.tar.gz
zsh-80d2e4336b85c070e021571f8724032b204f3c4f.tar.bz2
zsh-80d2e4336b85c070e021571f8724032b204f3c4f.zip
Grammar: remove hyphens from predicate adjective “up to date” (#9356)
https://english.stackexchange.com/a/180617 https://web.archive.org/web/20190728053012id_/grammarist.com/usage/up-to-date/#text-60
Diffstat (limited to 'plugins/golang')
-rw-r--r--plugins/golang/golang.plugin.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/golang/golang.plugin.zsh b/plugins/golang/golang.plugin.zsh
index 47b10988e..398bd966f 100644
--- a/plugins/golang/golang.plugin.zsh
+++ b/plugins/golang/golang.plugin.zsh
@@ -41,7 +41,7 @@ __go_tool_complete() {
return
fi
build_flags=(
- '-a[force reinstallation of packages that are already up-to-date]'
+ '-a[force reinstallation of packages that are already up to date]'
'-n[print the commands but do not run them]'
'-p[number of parallel builds]:number'
'-race[enable data race detection]'