diff options
Diffstat (limited to 'docs/features/setheaders.rst')
-rw-r--r-- | docs/features/setheaders.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/features/setheaders.rst b/docs/features/setheaders.rst index cbc8b6a5..aa991bf4 100644 --- a/docs/features/setheaders.rst +++ b/docs/features/setheaders.rst @@ -13,7 +13,7 @@ Example: Set the **Host** header to "example.com" for all requests. mitmdump -R http://example.com --setheader :~q:Host:example.com -================== ============================= -command-line :option:`--setheader PATTERN` +================== ======================= +command-line ``--setheader PATTERN`` mitmproxy shortcut :kbd:`o` then :kbd:`H` -================== ============================= +================== ======================= |