Changed --enable-eval to --allow-eval to mesh with src/conf.py

This commit is contained in:
Daniel DiPaolo 2004-02-04 15:45:13 +00:00
parent d00935854e
commit a4aff250cc
1 changed files with 1 additions and 1 deletions

View File

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