mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-25 04:02:46 +01:00
Improve supybot-botchk documentation. Make a note that supybot.pidFile config must be set for it to work.
This commit is contained in:
parent
f1517a7acc
commit
053a9d590e
@ -72,7 +72,9 @@ if __name__ == '__main__':
|
|||||||
parser.add_option('', '--pidfile',
|
parser.add_option('', '--pidfile',
|
||||||
help='Determines what file to look in for the pid of '
|
help='Determines what file to look in for the pid of '
|
||||||
'the running bot. This should be relative to the '
|
'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',
|
parser.add_option('', '--supybot', default='supybot',
|
||||||
help='Determines where the supybot executable is '
|
help='Determines where the supybot executable is '
|
||||||
'located. If not given, assumes that supybot is '
|
'located. If not given, assumes that supybot is '
|
||||||
|
Loading…
Reference in New Issue
Block a user