prosodyctl

changeset 2065
c384ae8ee17a
parent 2020
24f54340a670
child 2292
c5d3905c98a6
child 2786
534e171036ef
--- a/prosodyctl	Sat Oct 31 05:11:56 2009 +0500
+++ b/prosodyctl	Sat Oct 31 17:15:20 2009 +0000
@@ -101,7 +101,7 @@
 		["no-password"] = "No password was supplied";
 		["no-such-user"] = "The given user does not exist on the server";
 		["unable-to-save-data"] = "Unable to store, perhaps you don't have permission?";
-		["no-pidfile"] = "There is no pidfile option in the configuration file, see http://prosody.im/doc/prosodyctl#pidfile for help";
+		["no-pidfile"] = "There is no 'pidfile' option in the configuration file, see http://prosody.im/doc/prosodyctl#pidfile for help";
 		["no-such-method"] = "This module has no commands";
 		["not-running"] = "Prosody is not running";
 		}, { __index = function (t,k) return "Error: "..(tostring(k):gsub("%-", " "):gsub("^.", string.upper)); end });

mercurial