Mercurial > prosody-hg
diff prosodyctl @ 8122:e56a90168890
prosodyctl: Add cert import to short help
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Mon, 24 Apr 2017 15:53:26 +0200 |
| parents | 3c5f0cb4381a |
| children | c14513401d65 8e9a36d0c7d1 |
line wrap: on
line diff
--- a/prosodyctl Sat Apr 22 19:12:51 2017 +0200 +++ b/prosodyctl Mon Apr 24 15:53:26 2017 +0200 @@ -936,7 +936,7 @@ return cert_commands[subcmd](arg); end end - show_usage("cert config|request|generate|key", "Helpers for generating X.509 certificates and keys.") + show_usage("cert config|request|generate|key|import", "Helpers for generating X.509 certificates and keys.") end function commands.check(arg)
