Improve supybot-botchk documentation. Make a note that supybot.pidFile config must be set for it to work.

Signed-off-by: James Vega <jamessan@users.sourceforge.net>
(cherry picked from commit 79c7514f1a)
This commit is contained in:
Daniel Folkinshteyn 2010-04-25 23:24:42 -04:00 committed by James Vega
parent fb8d0d320a
commit 4f2279fc92
1 changed files with 3 additions and 1 deletions

View File

@ -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 '