From d357917d2f6ef743411cb4f4ab740a960cec553e Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Thu, 22 May 2014 12:34:01 +0200 Subject: [PATCH] Fix #64 --- vdirsyncer/storage/filesystem.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vdirsyncer/storage/filesystem.py b/vdirsyncer/storage/filesystem.py index 90240eb..9d02de5 100644 --- a/vdirsyncer/storage/filesystem.py +++ b/vdirsyncer/storage/filesystem.py @@ -22,9 +22,9 @@ class FilesystemStorage(Storage): ''' Saves each item in its own file, given a directory. Can be used with `khal - `_. See also `vdir + `_. See `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`).