mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-01 18:27:18 +00:00
Update options-simple.py (#5600)
Usage in the docstring is incorrect. Changes "--set addheader true" to "--set addheader=true"
This commit is contained in:
parent
64c3f32276
commit
bbfb639835
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ Add a new mitmproxy option.
|
|||
|
||||
Usage:
|
||||
|
||||
mitmproxy -s options-simple.py --set addheader true
|
||||
mitmproxy -s options-simple.py --set addheader=true
|
||||
"""
|
||||
from mitmproxy import ctx
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue