Fix usage of add_uaa_key command

Switch is --pem-file, not --pem_file.
This commit is contained in:
Arnaud Cogoluègnes 2022-03-09 16:24:05 +01:00
parent 4b193608bb
commit 4a2f61a49a
No known key found for this signature in database
GPG Key ID: D5C8C4DFAD43AFA8
1 changed files with 1 additions and 1 deletions

View File

@ -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},