Update options-simple.py (#5600)

Usage in the docstring is incorrect. Changes "--set addheader true" to "--set addheader=true"
This commit is contained in:
daycoder 2022-09-21 15:39:21 +01:00 committed by GitHub
parent 64c3f32276
commit bbfb639835
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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