From 1647debbcf0a8d2d2486d2921571f54d85df0b85 Mon Sep 17 00:00:00 2001 From: Ian Gallagher Date: Sat, 16 May 2020 16:31:13 -0700 Subject: [PATCH] Update README.md to include -C/--cache-size This updates the README's command help output to match the current version (it was missing the new cache feature options) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d1d1823..9fb2b54 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,7 @@ Application Options: -p, --port-lookup Enable port lookup -t, --template=FILE Path to template (default: index.html) -H, --trusted-header=NAME Header to trust for remote IP, if present (e.g. X-Real-IP) + -C, --cache-size=SIZE Size of response cache. Set to 0 to disable Help Options: -h, --help Show this help message