diff options
author | Kim Alvefur <zash@zash.se> | 2012-07-03 15:56:32 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2012-07-03 15:56:32 +0200 |
commit | 92a51d69e913aca81c39b98a9c79751ee97f24e8 (patch) | |
tree | ff8724e29a8505e0e173932469c595153d9770a2 | |
parent | 0c7777aeb6c1b668e2b9e1fddf036dcb27f6db46 (diff) | |
download | prosody-92a51d69e913aca81c39b98a9c79751ee97f24e8.tar.gz prosody-92a51d69e913aca81c39b98a9c79751ee97f24e8.zip |
prosodyctl: Fix typo
-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 |