mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-29 09:35:50 +00:00
Fix #64
This commit is contained in:
parent
0e199ec1eb
commit
d357917d2f
1 changed files with 2 additions and 2 deletions
|
|
@ -22,9 +22,9 @@ class FilesystemStorage(Storage):
|
|||
|
||||
'''
|
||||
Saves each item in its own file, given a directory. Can be used with `khal
|
||||
<http://lostpackets.de/khal/>`_. See also `vdir
|
||||
<http://lostpackets.de/khal/>`_. See `vdir
|
||||
<https://github.com/untitaker/vdir>`_ for a more formal description of the
|
||||
format.
|
||||
format. Usable as ``filesystem`` in the config file.
|
||||
|
||||
:param path: Absolute path to a vdir or collection, depending on the
|
||||
collection parameter (see :py:class:`vdirsyncer.storage.base.Storage`).
|
||||
|
|
|
|||
Loading…
Reference in a new issue