Skip to content

Commit

Permalink
bugfix: corrected indentation for ACL auth method create CLI command (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
pkazmierczak authored Dec 6, 2022
1 parent c8e0d5d commit 2c196c3
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit 2c196c3

Please sign in to comment.