Skip to content

Commit 3433f8a

Browse files
zeroheureWhyNotHugo
authored andcommitted
A bit more explanation of "from a" and "from b"
1 parent 6a3077f commit 3433f8a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/config.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ Pair Section
6161
sync`` is executed. See also :ref:`collections_tutorial`.
6262

6363
The special values ``"from a"`` and ``"from b"``, tell vdirsyncer to try
64-
autodiscovery on a specific storage.
64+
autodiscovery on a specific storage. It means all the collections on side A /
65+
side B.
6566

6667
If the collection you want to sync doesn't have the same name on each side,
6768
you may also use a value of the form ``["config_name", "name_a", "name_b"]``.
@@ -71,8 +72,8 @@ Pair Section
7172

7273
Examples:
7374

74-
- ``collections = ["from b", "foo", "bar"]`` makes vdirsyncer synchronize the
75-
collections from side B, and also the collections named "foo" and "bar".
75+
- ``collections = ["from b", "foo", "bar"]`` makes vdirsyncer synchronize all
76+
the collections from side B, and also the collections named "foo" and "bar".
7677

7778
- ``collections = ["from b", "from a"]`` makes vdirsyncer synchronize all
7879
existing collections on either side.

0 commit comments

Comments
 (0)