Fix a CLI help description

This commit is contained in:
Guillaume Ayoub 2017-04-15 16:03:51 +02:00
parent 7e2406c778
commit 8293ca5c1c

View File

@ -108,7 +108,7 @@ INITIAL_CONFIG = OrderedDict([
("filesystem_folder", { ("filesystem_folder", {
"value": os.path.expanduser( "value": os.path.expanduser(
"/var/lib/radicale/collections"), "/var/lib/radicale/collections"),
"help": "file for rights management from_file"}), "help": "path where collections are stored"}),
("filesystem_fsync", { ("filesystem_fsync", {
"value": "True", "value": "True",
"help": "sync all changes to filesystem during requests"}), "help": "sync all changes to filesystem during requests"}),