diff options
author | Kim Alvefur <zash@zash.se> | 2017-05-16 17:51:33 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2017-05-16 17:51:33 +0200 |
commit | 769dbb1e2f04b3597db97bf19630604a9319b7fe (patch) | |
tree | 3d9db8f31959f38d6b8052372769bf4ba5aaa9bc /prosodyctl | |
parent | 6498b4bc296fd40e8958d836594d745656d37b41 (diff) | |
download | prosody-769dbb1e2f04b3597db97bf19630604a9319b7fe.tar.gz prosody-769dbb1e2f04b3597db97bf19630604a9319b7fe.zip |
prosodyctl: Show description of each certificate subcommand
Diffstat (limited to 'prosodyctl')
-rwxr-xr-x | prosodyctl | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -937,6 +937,10 @@ function commands.cert(arg) end end show_usage("cert config|request|generate|key|import", "Helpers for generating X.509 certificates and keys.") + for _, cmd in pairs(cert_commands) do + print() + cmd{ "--help" } + end end function commands.check(arg) |