Software /
code /
prosody
Diff
prosodyctl @ 2065:c384ae8ee17a
prosodyctl: Put 'pidfile' in quotes to make more clear that it is the literal name of the option
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Sat, 31 Oct 2009 17:15:20 +0000 |
parent | 2020:24f54340a670 |
child | 2277:c5d3905c98a6 |
child | 2786:534e171036ef |
line wrap: on
line diff
--- 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 });