From 0ba2086782dab383217efb17d7098f655812b68b Mon Sep 17 00:00:00 2001 From: James Rasell Date: Tue, 3 Aug 2021 16:05:06 +0200 Subject: [PATCH] cli: fix minor format error within `-ca-cert` help text. --- command/meta.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/meta.go b/command/meta.go index 854e612a6..0ea87313d 100644 --- a/command/meta.go +++ b/command/meta.go @@ -202,7 +202,7 @@ func generalOptionsUsage(usageOpts usageOptsFlags) string { -ca-cert= Path to a PEM encoded CA cert file to use to verify the - Nomad server SSL certificate. Overrides the NOMAD_CACERT + Nomad server SSL certificate. Overrides the NOMAD_CACERT environment variable if set. -ca-path=