prosodyctl
changeset 8149 5c91fb62338e
parent 8131 c14513401d65
parent 8147 8e9a36d0c7d1
child 8156 c22d5680ca68
--- a/prosodyctl	Wed Apr 26 11:55:27 2017 +0200
+++ b/prosodyctl	Wed May 17 01:06:20 2017 +0200
@@ -937,6 +937,10 @@
 		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)