From 111a79f0828f0c57477f23342c64d40f32756ab2 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 95c5f649..35f9bf3c 100644 --- a/DOCUMENTATION.md +++ b/DOCUMENTATION.md @@ -552,7 +552,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