# HG changeset patch # User Matthew Wild # Date 1243374886 -3600 # Node ID 23a079f50cabfc67da7a2f32b717ad3254bdedd7 # Parent dea89234e54558b672aa6316b7cc96885f7c4c94 prosodyctl: Add error message for no-pidfile diff -r dea89234e545 -r 23a079f50cab prosodyctl --- 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 = {};