aboutsummaryrefslogtreecommitdiffstats
path: root/prosodyctl
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2017-04-24 15:53:26 +0200
committerKim Alvefur <zash@zash.se>2017-04-24 15:53:26 +0200
commitc73ae7ef307fcf39df79059f1c709df3407edcc9 (patch)
tree8e81e44ea660b54f75dff4344c021045ea2d27b4 /prosodyctl
parent04abad10a7f83c64a2bafdcb2888e9cad815f47d (diff)
downloadprosody-c73ae7ef307fcf39df79059f1c709df3407edcc9.tar.gz
prosody-c73ae7ef307fcf39df79059f1c709df3407edcc9.zip
prosodyctl: Add cert import to short help
Diffstat (limited to 'prosodyctl')
-rwxr-xr-xprosodyctl2
1 files changed, 1 insertions, 1 deletions
diff --git a/prosodyctl b/prosodyctl
index dcc98a79..f061c122 100755
--- a/prosodyctl
+++ b/prosodyctl
@@ -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)