Fix a CLI help description
This commit is contained in:
parent
7e2406c778
commit
8293ca5c1c
@ -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"}),
|
||||||
|
Loading…
Reference in New Issue
Block a user