diff options
author | Matthew Wild <mwild1@gmail.com> | 2012-07-05 17:40:12 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2012-07-05 17:40:12 +0100 |
commit | d7fbc07ca4b77809e07fc47e60f4ca87a7e9f997 (patch) | |
tree | d14b44262cee1dc74af32fbaa4658385b9552152 /prosodyctl | |
parent | bb7fd8bb306ea2d2893bb7c5bc460ec2f9886687 (diff) | |
parent | 02dc79e546ce19f54b858c102943ee6d80eec584 (diff) | |
download | prosody-d7fbc07ca4b77809e07fc47e60f4ca87a7e9f997.tar.gz prosody-d7fbc07ca4b77809e07fc47e60f4ca87a7e9f997.zip |
Merge 0.9->trunk
Diffstat (limited to 'prosodyctl')
-rwxr-xr-x | prosodyctl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |