diff --git a/vdirsyncer/cli/__init__.py b/vdirsyncer/cli/__init__.py index f4c22e1..08e4157 100644 --- a/vdirsyncer/cli/__init__.py +++ b/vdirsyncer/cli/__init__.py @@ -155,7 +155,7 @@ def metasync(ctx, collections, max_workers): ''' Synchronize metadata of the given collections or pairs. - See the `sync` command regarding the PAIRS argument. + See the `sync` command for usage. ''' from .tasks import prepare_pair, metasync_collection from .utils import WorkerQueue