Oops, forgot some stupid spaces.

This commit is contained in:
Jeremy Fincher 2004-04-17 16:46:29 +00:00
parent cf5b75fbca
commit b32f98ff24
2 changed files with 2 additions and 2 deletions

View File

@ -136,7 +136,7 @@ if __name__ == '__main__':
parser.add_option('', '--allow-root', action='store_true', parser.add_option('', '--allow-root', action='store_true',
dest='allowRoot', dest='allowRoot',
help='Determines whether the bot will be allowed to run' help='Determines whether the bot will be allowed to run'
'as root. You don\'t want this. Don\'t do it.' 'as root. You don\'t want this. Don\'t do it. '
'Even if you think you want it, you don\'t. ' 'Even if you think you want it, you don\'t. '
'You\'re probably dumb if you do this.') 'You\'re probably dumb if you do this.')

View File

@ -132,7 +132,7 @@ def main():
parser.add_option('', '--allow-root', action='store_true', parser.add_option('', '--allow-root', action='store_true',
dest='allowRoot', dest='allowRoot',
help='Determines whether the bot will be allowed to run' help='Determines whether the bot will be allowed to run'
'as root. You don\'t want this. Don\'t do it.' 'as root. You don\'t want this. Don\'t do it. '
'Even if you think you want it, you don\'t. ' 'Even if you think you want it, you don\'t. '
'You\'re probably dumb if you do this.') 'You\'re probably dumb if you do this.')
(options, args) = parser.parse_args() (options, args) = parser.parse_args()