aboutsummaryrefslogtreecommitdiffstats
path: root/docs/features/replacements.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/replacements.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/replacements.rst')
-rw-r--r--docs/features/replacements.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/features/replacements.rst b/docs/features/replacements.rst
index 8f760866..b4643dd2 100644
--- a/docs/features/replacements.rst
+++ b/docs/features/replacements.rst
@@ -54,7 +54,7 @@ So, you might start **mitmdump** as follows:
This will load the replacement text from the file ``~/xss-exploit``.
-Both the :option:`--replace` and :option:`--replace-from-file` flags can be passed multiple
+Both the ``--replace`` and ``--replace-from-file`` flags can be passed multiple
times.
@@ -65,8 +65,8 @@ The :kbd:`R` shortcut key in the mitmproxy options menu (:kbd:`o`) lets you add
replacement hooks using a built-in editor. The context-sensitive help (:kbd:`?`) has
complete usage information.
-================== =============================
-command-line :option:`--replace`,
- :option:`--replace-from-file`
+================== =======================
+command-line ``--replace``,
+ ``--replace-from-file``
mitmproxy shortcut :kbd:`o` then :kbd:`R`
-================== =============================
+================== =======================