From 930c8321ca7632cf85d0f945ff5aae922873fc7c Mon Sep 17 00:00:00 2001 From: Emmanuel Engelhart Date: Sun, 10 Mar 2024 16:53:15 +0100 Subject: [PATCH] Add --skipInvalid option to man page --- src/man/kiwix-serve.1 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/man/kiwix-serve.1 b/src/man/kiwix-serve.1 index 064e5301..69d86b46 100644 --- a/src/man/kiwix-serve.1 +++ b/src/man/kiwix-serve.1 @@ -88,6 +88,10 @@ Override the welcome page with a custom HTML file. \fB-L N, --ipConnectionLimit=N\fR Max number of (concurrent) connections per IP (default: infinite, recommended: >= 6). +.TP +\fB-k, --skipInvalid\fR +Startup even when ZIM files are invalid (those will be skipped) + .TP \fB-v, --verbose\fR Print debug log to STDOUT.