mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Fix stylization in tutorial
This commit is contained in:
parent
46b9168440
commit
d1d47256ab
1 changed files with 2 additions and 2 deletions
|
|
@ -40,7 +40,7 @@ Configuration
|
||||||
- Take a look at the :doc:`problems` page if anything doesn't work like
|
- Take a look at the :doc:`problems` page if anything doesn't work like
|
||||||
planned.
|
planned.
|
||||||
|
|
||||||
By default, *vdirsyncer* looks for its configuration file in the following
|
By default, vdirsyncer looks for its configuration file in the following
|
||||||
locations:
|
locations:
|
||||||
|
|
||||||
- The file pointed to by the ``VDIRSYNCER_CONFIG`` environment variable.
|
- The file pointed to by the ``VDIRSYNCER_CONFIG`` environment variable.
|
||||||
|
|
@ -109,7 +109,7 @@ Conflict resolution
|
||||||
What if the same item is changed on both sides? What should vdirsyncer do? By
|
What if the same item is changed on both sides? What should vdirsyncer do? By
|
||||||
default, it will show an ugly error message, which is surely a way to avoid the
|
default, it will show an ugly error message, which is surely a way to avoid the
|
||||||
problem. Another way to solve that ambiguity is to add another line to the
|
problem. Another way to solve that ambiguity is to add another line to the
|
||||||
*pair* section::
|
pair section::
|
||||||
|
|
||||||
[pair my_contacts]
|
[pair my_contacts]
|
||||||
...
|
...
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue