diff --git a/scripts/supybot b/scripts/supybot index c516a2491..2cd4dd814 100644 --- a/scripts/supybot +++ b/scripts/supybot @@ -167,8 +167,8 @@ if __name__ == '__main__': 'Even if you think you want it, you don\'t. ' 'You\'re probably dumb if you do this.') parser.add_option('', '--debug', action='store_true', dest='debug', - help='Determines whether some extra debugging stuff will ' - 'be logged in this script.') + help='Determines whether some extra debugging stuff ' + 'will be logged in this script.') (options, args) = parser.parse_args()