aboutsummaryrefslogtreecommitdiffstats
path: root/prosodyctl
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2017-05-17 01:06:20 +0200
committerKim Alvefur <zash@zash.se>2017-05-17 01:06:20 +0200
commit9cca72b5892f44ef7bd118c1ca3cf5f4f441c9f7 (patch)
tree87920ea2589baddc568772aeebb1fda17b5c9e0c /prosodyctl
parentd300932f7b75b891e6dfcf7d568d796c227b9502 (diff)
parent8c3f6bd236ef6addc1dda80d42d6fd73acc4e1f5 (diff)
downloadprosody-9cca72b5892f44ef7bd118c1ca3cf5f4f441c9f7.tar.gz
prosody-9cca72b5892f44ef7bd118c1ca3cf5f4f441c9f7.zip
Merge 0.10->trunk
Diffstat (limited to 'prosodyctl')
-rwxr-xr-xprosodyctl4
1 files changed, 4 insertions, 0 deletions
diff --git a/prosodyctl b/prosodyctl
index 92363310..1d4296bf 100755
--- a/prosodyctl
+++ b/prosodyctl
@@ -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)