Skip to content

Commit

Permalink
command: fix a typo in the help text for namespaces (hashicorp#8975)
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross authored and fredrikhgrelland committed Oct 22, 2020
1 parent 55c5c3c commit 40edac1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions command/meta.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ func generalOptionsUsage() string {
-namespace=<namespace>
The target namespace for queries and actions bound to a namespace.
Overrides the NOMAD_NAMESPACE environment variable if set.
If set to '*', job and alloc subcommands query all namespacecs authorized
If set to '*', job and alloc subcommands query all namespaces authorized
to user.
Defaults to the "default" namespace.
Expand Down Expand Up @@ -205,9 +205,9 @@ func generalOptionsUsage() string {
Path to an unencrypted PEM encoded private key matching the
client certificate from -client-cert. Overrides the
NOMAD_CLIENT_KEY environment variable if set.
-tls-server-name=<value>
The server name to use as the SNI host when connecting via
The server name to use as the SNI host when connecting via
TLS. Overrides the NOMAD_TLS_SERVER_NAME environment variable if set.
-tls-skip-verify
Expand Down

0 comments on commit 40edac1

Please sign in to comment.