Skip to content

Commit 4a2f61a

Browse files
committed
Fix usage of add_uaa_key command
Switch is --pem-file, not --pem_file.
1 parent 4b19360 commit 4a2f61a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbitmq_auth_backend_oauth2/src/Elixir.RabbitMQ.CLI.Ctl.Commands.AddUaaKeyCommand.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727

2828
usage() ->
29-
<<"add_uaa_key <name> [--json=<json_key>] [--pem=<public_key>] [--pem_file=<pem_file>]">>.
29+
<<"add_uaa_key <name> [--json=<json_key>] [--pem=<public_key>] [--pem-file=<pem_file>]">>.
3030

3131
switches() ->
3232
[{json, string},

0 commit comments

Comments
 (0)