bugfix: corrected indentation for ACL auth method create CLI command (#15481)

This commit is contained in:
Piotr Kazmierczak 2022-12-06 14:45:24 +01:00 committed by GitHub
parent 3ed37b0b1d
commit 9c3f04b488
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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)
}