# HG changeset patch # User Matthew Wild # Date 1257009320 0 # Node ID c384ae8ee17a45b99df725df1f4900943dfab2e0 # Parent 1ee862fd1afe53fe8aeac7b077b335d6ca60dc75 prosodyctl: Put 'pidfile' in quotes to make more clear that it is the literal name of the option diff -r 1ee862fd1afe -r c384ae8ee17a prosodyctl --- 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 });