From 13408779cbfc95ba55879b7ce84dde6b095b8087 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Mon, 6 Apr 2015 12:55:52 +0200 Subject: [PATCH] Improve docs on filesystem's path param --- vdirsyncer/storage/filesystem.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/vdirsyncer/storage/filesystem.py b/vdirsyncer/storage/filesystem.py index c9ee678..5d8e03d 100644 --- a/vdirsyncer/storage/filesystem.py +++ b/vdirsyncer/storage/filesystem.py @@ -24,8 +24,9 @@ class FilesystemStorage(Storage): Can be used with `khal `_. See :doc:`vdir` for a more formal description of the format. - :param path: Absolute path to a vdir or collection, depending on the - collection parameter (see :py:class:`vdirsyncer.storage.base.Storage`). + :param path: Absolute path to a vdir/collection. If this is used in + combination with the ``collections`` parameter in a pair-section, this + should point to a directory of vdirs instead. :param fileext: The file extension to use (e.g. ``.txt``). Contained in the href, so if you change the file extension after a sync, this will trigger a re-download of everything (but *should* not cause data-loss