diff --git a/vdirsyncer/cli/__init__.py b/vdirsyncer/cli/__init__.py index 65e09ee..48ec3d7 100644 --- a/vdirsyncer/cli/__init__.py +++ b/vdirsyncer/cli/__init__.py @@ -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.') )