diff options
| author | Maximilian Hils <git@maximilianhils.com> | 2016-06-06 19:08:46 -0700 |
|---|---|---|
| committer | Maximilian Hils <git@maximilianhils.com> | 2016-06-06 19:10:19 -0700 |
| commit | 83f852298132ef6c3757cdc10a34f237a2df33ab (patch) | |
| tree | 891a880b85d8ca06ffb07405464fd0c5745d78b7 /docs/transparent | |
| parent | 9a1cc166434a505a18e48501d96cb0081601f99e (diff) | |
| download | mitmproxy-83f852298132ef6c3757cdc10a34f237a2df33ab.tar.gz mitmproxy-83f852298132ef6c3757cdc10a34f237a2df33ab.tar.bz2 mitmproxy-83f852298132ef6c3757cdc10a34f237a2df33ab.zip | |
docs: remove option directive
inserting " .. option::" tags create ugly markup, so we just ditch this
entirely and continue using refs.
Diffstat (limited to 'docs/transparent')
| -rw-r--r-- | docs/transparent/linux.rst | 2 | ||||
| -rw-r--r-- | docs/transparent/osx.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/transparent/linux.rst b/docs/transparent/linux.rst index ce79128c..1878008c 100644 --- a/docs/transparent/linux.rst +++ b/docs/transparent/linux.rst @@ -35,7 +35,7 @@ achieve transparent mode. >>> mitmproxy -T --host - The :option:`-T` flag turns on transparent mode, and the :option:`--host` + The ``-T`` flag turns on transparent mode, and the ``--host`` argument tells mitmproxy to use the value of the Host header for URL display. 6. Finally, configure your test device to use the host on which mitmproxy is diff --git a/docs/transparent/osx.rst b/docs/transparent/osx.rst index 1791105f..46f0e2df 100644 --- a/docs/transparent/osx.rst +++ b/docs/transparent/osx.rst @@ -50,7 +50,7 @@ Note that this means we don't support transparent mode for earlier versions of O >>> mitmproxy -T --host - The :option:`-T` flag turns on transparent mode, and the :option:`--host` + The ``-T`` flag turns on transparent mode, and the ``--host`` argument tells mitmproxy to use the value of the Host header for URL display. 8. Finally, configure your test device to use the host on which mitmproxy is |
