Line was too long.

This commit is contained in:
Jeremy Fincher 2005-02-03 14:54:35 +00:00
parent 7fe8601a57
commit 3e1ff0d329
1 changed files with 2 additions and 2 deletions

View File

@ -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()