Diff

prosodyctl @ 4935:bc62abceef07

prosodyctl: Fix typo
author Kim Alvefur <zash@zash.se>
date Tue, 03 Jul 2012 15:56:32 +0200
parent 4881:eafed1728be3
child 5024:d25e1b9332cc
line wrap: on
line diff
--- a/prosodyctl	Tue Jul 03 15:43:46 2012 +0200
+++ b/prosodyctl	Tue Jul 03 15:56:32 2012 +0200
@@ -688,7 +688,7 @@
 		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