From fa8b43b1b6b1e088f3439dcd1f6eca2eb95712f6 Mon Sep 17 00:00:00 2001 From: Mark Lodato Date: Fri, 9 Apr 2021 09:38:25 -0400 Subject: [PATCH] Fix typo in general options documentation There was a small typo of "namespacecs" instead of "namespaces" --- website/content/partials/general_options.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/partials/general_options.mdx b/website/content/partials/general_options.mdx index 3a2cef9c8..fe76ca2ad 100644 --- a/website/content/partials/general_options.mdx +++ b/website/content/partials/general_options.mdx @@ -7,7 +7,7 @@ - `-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 to + If set to `'*'`, job and alloc subcommands query all namespaces authorized to user. Defaults to the "default" namespace. - `-no-color`: Disables colored command output. Alternatively,