cli: Remove outdated reference to PAIRS

This commit is contained in:
Markus Unterwaditzer 2016-03-28 12:21:04 +02:00
parent 15de73d8fc
commit 0ee39c7e0a

View file

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