mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
properly quote "from a" (#463)
This commit is contained in:
parent
d107a1f9cc
commit
f3023748a7
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ Pair Section
|
||||||
- ``collections = ["from b", "foo", "bar"]`` makes vdirsyncer synchronize the
|
- ``collections = ["from b", "foo", "bar"]`` makes vdirsyncer synchronize the
|
||||||
collections from side B, and also the collections named "foo" and "bar".
|
collections from side B, and also the collections named "foo" and "bar".
|
||||||
|
|
||||||
- ``collections = ["from b", from a"]`` makes vdirsyncer synchronize all
|
- ``collections = ["from b", "from a"]`` makes vdirsyncer synchronize all
|
||||||
existing collections on either side.
|
existing collections on either side.
|
||||||
|
|
||||||
- ``collections = [["bar", "bar_a", "bar_b"], "foo"]`` makes vdirsyncer
|
- ``collections = [["bar", "bar_a", "bar_b"], "foo"]`` makes vdirsyncer
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue