fixups from code review

This commit is contained in:
Chelsea Holland Komlo
2017-09-15 03:59:28 +00:00
parent 899e0eba7f
commit 87295bbc05

View File

@@ -210,6 +210,8 @@ func generalOptionsUsage() string {
-token
Provide an ACL token to access privilated information
The SecretID of an ACL token to use to authenticate API requests with.
Additionally, the NOMAD_TOKEN env var will also be sourced.
`
return strings.TrimSpace(helpText)
}