mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-26 09:05:50 +00:00
Improve helptext
This commit is contained in:
parent
bd19ee45d8
commit
11ef34a184
1 changed files with 2 additions and 2 deletions
|
|
@ -175,8 +175,8 @@ def metasync(ctx, collections, max_workers):
|
|||
'--list/--no-list', default=True,
|
||||
help=(
|
||||
'Whether to list all collections from both sides during discovery, '
|
||||
'for debugging. This is quite slow. For faster discovery, disable '
|
||||
'with --no-list.'
|
||||
'for debugging. This is slow, but enabled by default for usability '
|
||||
'reasons. '
|
||||
)
|
||||
)
|
||||
@max_workers_option(default=1)
|
||||
|
|
|
|||
Loading…
Reference in a new issue