mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-07 18:30:54 +00:00
Fix a CLI help description
This commit is contained in:
parent
7e2406c778
commit
8293ca5c1c
1 changed files with 1 additions and 1 deletions
|
@ -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"}),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue