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
|
-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)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue