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
|
@ -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…
Reference in New Issue