Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Dec 6, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions command/acl_auth_method_create.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down