mirror of
https://github.com/progval/Limnoria.git
synced 2025-05-02 16:31:09 -05:00
Oops, forgot some stupid spaces.
This commit is contained in:
parent
cf5b75fbca
commit
b32f98ff24
@ -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.')
|
||||||
|
|
||||||
|
@ -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()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user