From 4f2279fc92508369c6007ff768cd4ac5bb44c4af Mon Sep 17 00:00:00 2001 From: Daniel Folkinshteyn Date: Sun, 25 Apr 2010 23:24:42 -0400 Subject: [PATCH] Improve supybot-botchk documentation. Make a note that supybot.pidFile config must be set for it to work. Signed-off-by: James Vega (cherry picked from commit 79c7514f1a94b0f1792991a85a8b2fe907cffdb5) --- scripts/supybot-botchk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/supybot-botchk b/scripts/supybot-botchk index ab5366c7a..468bead4f 100644 --- a/scripts/supybot-botchk +++ b/scripts/supybot-botchk @@ -72,7 +72,9 @@ if __name__ == '__main__': parser.add_option('', '--pidfile', help='Determines what file to look in for the pid of ' 'the running bot. This should be relative to the ' - 'given bot directory.') + 'given bot directory. Note that for this to actually ' + 'work, you have to make a matching entry in the ' + 'supybot.pidFile config in the supybot registry.') parser.add_option('', '--supybot', default='supybot', help='Determines where the supybot executable is ' 'located. If not given, assumes that supybot is '