fixups from code review

This commit is contained in:
Chelsea Holland Komlo 2017-09-15 03:59:28 +00:00
parent fdf6120987
commit e0594a307a
1 changed files with 2 additions and 0 deletions

View File

@ -210,6 +210,8 @@ func generalOptionsUsage() string {
-token -token
Provide an ACL token to access privilated information 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) return strings.TrimSpace(helpText)
} }