diff --git a/vdirsyncer/cli/__init__.py b/vdirsyncer/cli/__init__.py index 47e661e..d7ecd9d 100644 --- a/vdirsyncer/cli/__init__.py +++ b/vdirsyncer/cli/__init__.py @@ -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)