From 0ee39c7e0af859111ec99fe45bec386b257447f1 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Mon, 28 Mar 2016 12:21:04 +0200 Subject: [PATCH] cli: Remove outdated reference to PAIRS --- vdirsyncer/cli/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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