From 3e1ff0d3299e05e3a516c094a5d46769a04d8a82 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Thu, 3 Feb 2005 14:54:35 +0000 Subject: [PATCH] Line was too long. --- scripts/supybot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()