From 465d6f8ece6f2eb59ecc11eb59b0f44777596f62 Mon Sep 17 00:00:00 2001 From: jorge Date: Fri, 24 Sep 2021 12:02:57 +0200 Subject: [PATCH] Fix documentation arguments --- DOCUMENTATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DOCUMENTATION.md b/DOCUMENTATION.md index 0aaebd93..aaab063d 100644 --- a/DOCUMENTATION.md +++ b/DOCUMENTATION.md @@ -553,7 +553,7 @@ Paths that start with `?` are optional. The same example configuration via command line arguments looks like: ```bash -python3 -m radicale --server-hosts 0.0.0.0:5232,[::]:5232 --auth-type htpasswd --htpasswd-filename ~/.config/radicale/users --htpasswd-encryption md5 +python3 -m radicale --server-hosts 0.0.0.0:5232,[::]:5232 --auth-type htpasswd --auth-htpasswd-filename ~/.config/radicale/users --auth-htpasswd-encryption md5 ``` Add the argument `--config ""` to stop Radicale from loading the default