diff --git a/scripts/supybot b/scripts/supybot index e625173e7..b80f13054 100755 --- a/scripts/supybot +++ b/scripts/supybot @@ -136,7 +136,7 @@ if __name__ == '__main__': parser.add_option('', '--allow-root', action='store_true', dest='allowRoot', 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. ' 'You\'re probably dumb if you do this.') diff --git a/scripts/supybot-wizard b/scripts/supybot-wizard index ed2ff3eb8..1674b932f 100755 --- a/scripts/supybot-wizard +++ b/scripts/supybot-wizard @@ -132,7 +132,7 @@ def main(): parser.add_option('', '--allow-root', action='store_true', dest='allowRoot', 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. ' 'You\'re probably dumb if you do this.') (options, args) = parser.parse_args()