From 8293ca5c1c7efcc44ca1b3d9ea7e7edba3ceb8b9 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Sat, 15 Apr 2017 16:03:51 +0200 Subject: [PATCH] Fix a CLI help description --- radicale/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radicale/config.py b/radicale/config.py index fe269ad..e37ee08 100644 --- a/radicale/config.py +++ b/radicale/config.py @@ -108,7 +108,7 @@ INITIAL_CONFIG = OrderedDict([ ("filesystem_folder", { "value": os.path.expanduser( "/var/lib/radicale/collections"), - "help": "file for rights management from_file"}), + "help": "path where collections are stored"}), ("filesystem_fsync", { "value": "True", "help": "sync all changes to filesystem during requests"}),