From 25efb61c2484b89a7f3f1589667ab64f4cb577f2 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Tue, 16 May 2017 17:51:33 +0200 Subject: prosodyctl: Show description of each certificate subcommand --- prosodyctl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'prosodyctl') diff --git a/prosodyctl b/prosodyctl index f061c122..e8e84416 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) -- cgit v1.2.3