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

@ -65,8 +65,8 @@ ACL Auth Method Create Options:
-config -config
Auth method configuration in JSON format. May be prefixed with '@' to 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 indicate that the value is a file path to load the config from. '-' may also
also be given to indicate that the config is available on stdin. be given to indicate that the config is available on stdin.
` `
return strings.TrimSpace(helpText) return strings.TrimSpace(helpText)
} }