mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-09 11:26:00 +00:00
Improve wording
This commit is contained in:
parent
f0e4cf9ca7
commit
951082c563
1 changed files with 2 additions and 2 deletions
|
|
@ -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.')
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue