diff --git a/command/meta.go b/command/meta.go index 32acf6f24..ee9bbba3d 100644 --- a/command/meta.go +++ b/command/meta.go @@ -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) }