mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-02 07:34:08 +01:00
Changed --enable-eval to --allow-eval to mesh with src/conf.py
This commit is contained in:
parent
d00935854e
commit
a4aff250cc
@ -112,7 +112,7 @@ if __name__ == '__main__':
|
||||
parser.add_option('-p', '--password', action='store',
|
||||
dest='password', default='',
|
||||
help='server password the bot should use')
|
||||
parser.add_option('', '--enable-eval', action='store_true',
|
||||
parser.add_option('', '--allow-eval', action='store_true',
|
||||
dest='allowEval',
|
||||
help='Determines whether the bot will '
|
||||
'allow the evaluation of arbitrary Python code.')
|
||||
|
Loading…
Reference in New Issue
Block a user