mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +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),
|
'--max-workers', default=0, type=click.IntRange(min=0, max=None),
|
||||||
callback=max_workers_callback,
|
callback=max_workers_callback,
|
||||||
help=('Use at most this many connections. With debug messages enabled, '
|
help=('Use at most this many connections. With debug messages enabled, '
|
||||||
'the default is 1, otherwise an unlimited amount of connections is '
|
'the default is 1, otherwise one connection per collection is '
|
||||||
'used.')
|
'opened.')
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue