Browse Source

cli: fix typo in -namespace help text (#7225)

pull/7228/head
R.B. Boyer 5 years ago committed by GitHub
parent
commit
36982d5274
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      command/flags/http.go

2
command/flags/http.go

@ -77,7 +77,7 @@ func (f *HTTPFlags) ServerFlags() *flag.FlagSet {
func (f *HTTPFlags) NamespaceFlags() *flag.FlagSet {
fs := flag.NewFlagSet("", flag.ContinueOnError)
fs.Var(&f.namespace, "namespace",
"Specifies the namespace to query. If not provided, the namespace will be inferred +"+
"Specifies the namespace to query. If not provided, the namespace will be inferred "+
"from the request's ACL token, or will default to the `default` namespace. "+
"Namespaces is a Consul Enterprise feature.")
return fs

Loading…
Cancel
Save