bugfix: corrected indentation for ACL auth method create CLI command (#15481)
This commit is contained in:
parent
3ed37b0b1d
commit
9c3f04b488
|
@ -65,8 +65,8 @@ ACL Auth Method Create Options:
|
|||
|
||||
-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.
|
||||
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)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue