Merge pull request #1040 from schlamar/patch-1

Fixed typo.
This commit is contained in:
Armin Ronacher 2014-05-07 21:44:30 +02:00
commit e3a81497f9

View file

@ -334,7 +334,7 @@ def script_info_option(*args, **kwargs):
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.')