Improve helptext

This commit is contained in:
Markus Unterwaditzer 2016-12-21 18:02:33 +01:00
parent bd19ee45d8
commit 11ef34a184

View file

@ -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)