Improve wording

This commit is contained in:
Markus Unterwaditzer 2015-04-16 20:11:08 +02:00
parent f0e4cf9ca7
commit 951082c563

View file

@ -65,8 +65,8 @@ max_workers_option = click.option(
'--max-workers', default=0, type=click.IntRange(min=0, max=None),
callback=max_workers_callback,
help=('Use at most this many connections. With debug messages enabled, '
'the default is 1, otherwise an unlimited amount of connections is '
'used.')
'the default is 1, otherwise one connection per collection is '
'opened.')
)