From 666ffe6afc66f0a51015950208fc03b6ddf3dc4e Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Sat, 19 Jul 2014 00:12:46 +0200 Subject: [PATCH] Slight rewording of tutorial --- docs/tutorial.rst | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/tutorial.rst b/docs/tutorial.rst index ec11d6a..9fd0ba2 100644 --- a/docs/tutorial.rst +++ b/docs/tutorial.rst @@ -33,11 +33,13 @@ minimal example:: After the general section, an arbitrary amount of *pair and storage sections* might come. -A :ref:`pair section ` defines two storages ``a`` and ``b`` which -should be synchronized. The definition of these storages follows in -:ref:`storage sections `. This format is copied from -OfflineIMAP, where storages are called repositories and pairs are called -accounts. +In vdirsyncer, synchronization is always done between two storages. Such +storages are defined in :ref:`storage sections `, and which +pairs of storages should actually be synchronized is defined in :ref:`pair +section `. + +This format is copied from OfflineIMAP, where storages are called +repositories and pairs are called accounts. The following example synchronizes a single CardDAV-addressbook to ``~/.contacts/``::