From 2c196c3de492f3c6638d05f2e9129dbd3cf3a3b6 Mon Sep 17 00:00:00 2001 From: Piotr Kazmierczak <470696+pkazmierczak@users.noreply.github.com> Date: Tue, 6 Dec 2022 14:45:24 +0100 Subject: [PATCH] bugfix: corrected indentation for ACL auth method create CLI command (#15481) --- command/acl_auth_method_create.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/command/acl_auth_method_create.go b/command/acl_auth_method_create.go index f26af2d676d..3709202582b 100644 --- a/command/acl_auth_method_create.go +++ b/command/acl_auth_method_create.go @@ -64,9 +64,9 @@ ACL Auth Method Create Options: case no auth method is explicitly specified for a login command. -config - Auth method configuration in JSON format. May be prefixed with '@' to - indicate that the value is a file path to load the config from. '-' may - also be given to indicate that the config is available on stdin. + Auth method configuration in JSON format. May be prefixed with '@' to + indicate that the value is a file path to load the config from. '-' may also + be given to indicate that the config is available on stdin. ` return strings.TrimSpace(helpText) }