mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +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 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.
|
||||
|
||||
- ``collections = [["bar", "bar_a", "bar_b"], "foo"]`` makes vdirsyncer
|
||||
|
|
|
|||
Loading…
Reference in a new issue