aboutsummaryrefslogtreecommitdiffstats
path: root/docs/features/sticky.rst
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2016-06-06 19:08:46 -0700
committerMaximilian Hils <git@maximilianhils.com>2016-06-06 19:10:19 -0700
commit83f852298132ef6c3757cdc10a34f237a2df33ab (patch)
tree891a880b85d8ca06ffb07405464fd0c5745d78b7 /docs/features/sticky.rst
parent9a1cc166434a505a18e48501d96cb0081601f99e (diff)
downloadmitmproxy-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/features/sticky.rst')
-rw-r--r--docs/features/sticky.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/features/sticky.rst b/docs/features/sticky.rst
index a79cbe8d..7be5f842 100644
--- a/docs/features/sticky.rst
+++ b/docs/features/sticky.rst
@@ -21,7 +21,7 @@ record the authentication process once, and simply replay it on startup every ti
to interact with the secured resources.
================== ======================
-command-line :option:`-t FILTER`
+command-line ``-t FILTER``
mitmproxy shortcut :kbd:`o` then :kbd:`t`
================== ======================
@@ -36,6 +36,6 @@ authentication through the proxy. Note that :program:`mitmproxy` doesn't (yet) s
replay of HTTP Digest authentication.
================== ======================
-command-line :option:`-u FILTER`
+command-line ``-u FILTER``
mitmproxy shortcut :kbd:`o` then :kbd:`A`
================== ======================