mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
prosodyctl: Add cert import to short help
This commit is contained in:
parent
04abad10a7
commit
c73ae7ef30
1 changed files with 1 additions and 1 deletions
|
@ -936,7 +936,7 @@ function commands.cert(arg)
|
|||
return cert_commands[subcmd](arg);
|
||||
end
|
||||
end
|
||||
show_usage("cert config|request|generate|key", "Helpers for generating X.509 certificates and keys.")
|
||||
show_usage("cert config|request|generate|key|import", "Helpers for generating X.509 certificates and keys.")
|
||||
end
|
||||
|
||||
function commands.check(arg)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue