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
This commit is contained in:
Lucas Larson
2020-10-21 10:22:32 -04:00
committed by GitHub
parent bf5574fc93
commit 80d2e4336b
2 changed files with 3 additions and 3 deletions

View File

@ -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]'