aboutsummaryrefslogtreecommitdiffstats
path: root/prosodyctl
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2012-07-05 17:40:12 +0100
committerMatthew Wild <mwild1@gmail.com>2012-07-05 17:40:12 +0100
commitf2b3328bc1fb3dce23a783e2cd8932d0e1fba864 (patch)
treed14b44262cee1dc74af32fbaa4658385b9552152 /prosodyctl
parent7a97efab5c5bf02bdba1840027de6e434b475ebb (diff)
parent2429531070ba2f2273a77c3512abbca5acda92ff (diff)
downloadprosody-f2b3328bc1fb3dce23a783e2cd8932d0e1fba864.tar.gz
prosody-f2b3328bc1fb3dce23a783e2cd8932d0e1fba864.zip
Merge 0.9->trunk
Diffstat (limited to 'prosodyctl')
-rwxr-xr-xprosodyctl2
1 files changed, 1 insertions, 1 deletions
diff --git a/prosodyctl b/prosodyctl
index 45b5604a..0e733d07 100755
--- a/prosodyctl
+++ b/prosodyctl
@@ -688,7 +688,7 @@ function cert_commands.key(arg)
show_message("There was a problem, see OpenSSL output");
else
show_usage("cert key HOSTNAME <bits>", "Generates a RSA key named HOSTNAME.key\n "
- .."Promps for a key size if none given")
+ .."Prompts for a key size if none given")
end
end