prosodyctl

changeset 1205
23a079f50cab
parent 1124
055cfdc96afa
child 1390
ef672c9fe7c9
--- a/prosodyctl	Tue May 26 21:59:28 2009 +0100
+++ b/prosodyctl	Tue May 26 22:54:46 2009 +0100
@@ -93,6 +93,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";
 		}, { __index = function (t,k) return "Error: "..(tostring(k):gsub("%-", " "):gsub("^.", string.upper)); end });
 
 hosts = {};

mercurial