mirror of https://github.com/mpolden/echoip
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)
This commit is contained in:
parent
226209d579
commit
1647debbcf
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue