mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Document option default
This commit is contained in:
parent
ad8fc1dc75
commit
21d83ae0d2
1 changed files with 2 additions and 1 deletions
|
|
@ -210,7 +210,8 @@ def discover(ctx, pairs, max_workers, list):
|
||||||
@click.option('--repair-unsafe-uid/--no-repair-unsafe-uid', default=False,
|
@click.option('--repair-unsafe-uid/--no-repair-unsafe-uid', default=False,
|
||||||
help=('Some characters in item UIDs and URLs may cause problems '
|
help=('Some characters in item UIDs and URLs may cause problems '
|
||||||
'with buggy software. Adding this option will reassign '
|
'with buggy software. Adding this option will reassign '
|
||||||
'new UIDs to those items.'))
|
'new UIDs to those items. This is disabled by default, '
|
||||||
|
'which is equivalent to `--no-repair-unsafe-uid`.'))
|
||||||
@pass_context
|
@pass_context
|
||||||
@catch_errors
|
@catch_errors
|
||||||
def repair(ctx, collection, repair_unsafe_uid):
|
def repair(ctx, collection, repair_unsafe_uid):
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue