Fixed typo.

This commit is contained in:
Marc Schlaich 2014-04-29 14:34:21 +02:00 committed by schlamar
parent ed7b4ccac1
commit 44b0aeb048

View file

@ -290,7 +290,7 @@ Example usage:
help='The port to bind to.')
@click.option('--reload/--no-reload', default=None,
help='Enable or disable the reloader. By default the reloader '
'is active is debug is enabled.')
'is active if debug is enabled.')
@click.option('--debugger/--no-debugger', default=None,
help='Enable or disable the debugger. By default the debugger '
'is active if debug is enabled.')