Skip to content

Commit 6cb9401

Browse files
committed
Fix usage of add_uaa_key command
Switch is --pem-file, not --pem_file. (cherry picked from commit 4a2f61a)
1 parent 084b904 commit 6cb9401

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
@@ -27,7 +27,7 @@
2727

2828

2929
usage() ->
30-
<<"add_uaa_key <name> [--json=<json_key>] [--pem=<public_key>] [--pem_file=<pem_file>]">>.
30+
<<"add_uaa_key <name> [--json=<json_key>] [--pem=<public_key>] [--pem-file=<pem_file>]">>.
3131

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

0 commit comments

Comments
 (0)