Fix usage of add_uaa_key command
Switch is --pem-file, not --pem_file.
This commit is contained in:
parent
4b193608bb
commit
4a2f61a49a
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
|
||||
usage() ->
|
||||
<<"add_uaa_key <name> [--json=<json_key>] [--pem=<public_key>] [--pem_file=<pem_file>]">>.
|
||||
<<"add_uaa_key <name> [--json=<json_key>] [--pem=<public_key>] [--pem-file=<pem_file>]">>.
|
||||
|
||||
switches() ->
|
||||
[{json, string},
|
||||
|
|
|
|||
Loading…
Reference in New Issue