From b32f98ff2464d5d29b22b9ae3f1dd4a7235b21d3 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Sat, 17 Apr 2004 16:46:29 +0000 Subject: [PATCH] Oops, forgot some stupid spaces. --- scripts/supybot | 2 +- scripts/supybot-wizard | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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()