From a2a32ad3f371ad8d1d5e69c5fc2fdac2715b60d1 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Wed, 4 Oct 2017 23:16:39 +0200 Subject: [PATCH] Spell Okta correctly --- builtin/credential/okta/cli.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/builtin/credential/okta/cli.go b/builtin/credential/okta/cli.go index 7a349414c9..5369317b0d 100644 --- a/builtin/credential/okta/cli.go +++ b/builtin/credential/okta/cli.go @@ -55,7 +55,7 @@ func (h *CLIHandler) Help() string { help := ` Usage: vault login -method=okta [CONFIG K=V...] - The OKTA auth method allows users to authenticate using OKTA. + The Okta auth method allows users to authenticate using Okta. Authenticate as "sally": @@ -69,11 +69,11 @@ Usage: vault login -method=okta [CONFIG K=V...] Configuration: password= - OKTA password to use for authentication. If not provided, the CLI will + Okta password to use for authentication. If not provided, the CLI will prompt for this on stdin. username= - OKTA username to use for authentication. + Okta username to use for authentication. ` return strings.TrimSpace(help)