mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
prosodyctl: Show description of each certificate subcommand
This commit is contained in:
parent
d7789712da
commit
25efb61c24
1 changed files with 4 additions and 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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue