From 90686abe822634c0faf1eae7d7927e67bd46013f Mon Sep 17 00:00:00 2001 From: Thomas Bucaioni <63013654+ThomasBucaioni@users.noreply.github.com> Date: Mon, 8 May 2023 11:30:59 +0200 Subject: [PATCH] Add example, according to issue #3752 (#6094) * Add example, according to issue #3752 * Add list options * Replace generic IPs * Remove chars < and > * Update docs/src/content/concepts-options.md Perfect Co-authored-by: Maximilian Hils --------- Co-authored-by: Maximilian Hils --- docs/src/content/concepts-options.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/src/content/concepts-options.md b/docs/src/content/concepts-options.md index 8a32b35b1..d10990537 100644 --- a/docs/src/content/concepts-options.md +++ b/docs/src/content/concepts-options.md @@ -34,7 +34,11 @@ persistent by saving the settings out to a YAML configuration file (please see the specific tool's interactive help for details on how to do this). For all tools, options can be set directly by name using the `--set` -command-line option. Please see the command-line help (`--help`) for usage. +command-line option. Please see the command-line help (`--help`) for usage. Example: +``` +mitmproxy --set anticomp=true +mitmweb --set ignore_hosts=example.com --set ignore_hosts=example.org +``` ## Available Options