aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2017-03-07 12:16:23 +0100
committerMaximilian Hils <git@maximilianhils.com>2017-03-07 12:16:23 +0100
commitbda39335b0e8e5ed27be788c6d7ec4206ec62c55 (patch)
tree82f9832859b41f902324913e591e316a0ea0b265
parent7ca2913c1af4b92894435fc8c268d9c1ba795b59 (diff)
downloadmitmproxy-bda39335b0e8e5ed27be788c6d7ec4206ec62c55.tar.gz
mitmproxy-bda39335b0e8e5ed27be788c6d7ec4206ec62c55.tar.bz2
mitmproxy-bda39335b0e8e5ed27be788c6d7ec4206ec62c55.zip
fix other occurences of options shortcut
-rw-r--r--docs/features/anticache.rst2
-rw-r--r--docs/features/passthrough.rst2
-rw-r--r--docs/features/replacements.rst4
-rw-r--r--docs/features/serverreplay.rst2
-rw-r--r--docs/features/setheaders.rst2
-rw-r--r--docs/features/sticky.rst4
-rw-r--r--docs/features/upstreamcerts.rst2
-rw-r--r--docs/mitmproxy.rst2
8 files changed, 10 insertions, 10 deletions
diff --git a/docs/features/anticache.rst b/docs/features/anticache.rst
index 411b284b..a0c3187a 100644
--- a/docs/features/anticache.rst
+++ b/docs/features/anticache.rst
@@ -11,5 +11,5 @@ sure you capture an HTTP exchange in its totality. It's also often used during
================== ======================
command-line ``--anticache``
-mitmproxy shortcut :kbd:`o` then :kbd:`a`
+mitmproxy shortcut :kbd:`O` then :kbd:`a`
================== ======================
diff --git a/docs/features/passthrough.rst b/docs/features/passthrough.rst
index 10df49ad..d68a49a9 100644
--- a/docs/features/passthrough.rst
+++ b/docs/features/passthrough.rst
@@ -23,7 +23,7 @@ How it works
================== ======================
command-line ``--ignore regex``
-mitmproxy shortcut :kbd:`o` then :kbd:`I`
+mitmproxy shortcut :kbd:`O` then :kbd:`I`
================== ======================
diff --git a/docs/features/replacements.rst b/docs/features/replacements.rst
index b4643dd2..215f0ddb 100644
--- a/docs/features/replacements.rst
+++ b/docs/features/replacements.rst
@@ -61,12 +61,12 @@ times.
Interactively
-------------
-The :kbd:`R` shortcut key in the mitmproxy options menu (:kbd:`o`) lets you add and edit
+The :kbd:`R` shortcut key in the mitmproxy options menu (:kbd:`O`) lets you add and edit
replacement hooks using a built-in editor. The context-sensitive help (:kbd:`?`) has
complete usage information.
================== =======================
command-line ``--replace``,
``--replace-from-file``
-mitmproxy shortcut :kbd:`o` then :kbd:`R`
+mitmproxy shortcut :kbd:`O` then :kbd:`R`
================== =======================
diff --git a/docs/features/serverreplay.rst b/docs/features/serverreplay.rst
index a1e1cbd1..aef0296e 100644
--- a/docs/features/serverreplay.rst
+++ b/docs/features/serverreplay.rst
@@ -31,7 +31,7 @@ in the past at the time of replay, and vice versa. Cookie expiry times are
updated in a similar way.
You can turn off response refreshing using the ``--norefresh`` argument, or using
-the :kbd:`o` options shortcut within :program:`mitmproxy`.
+the :kbd:`O` options shortcut within :program:`mitmproxy`.
Replaying a session recorded in Reverse-proxy Mode
diff --git a/docs/features/setheaders.rst b/docs/features/setheaders.rst
index aa991bf4..486f8c76 100644
--- a/docs/features/setheaders.rst
+++ b/docs/features/setheaders.rst
@@ -15,5 +15,5 @@ Example: Set the **Host** header to "example.com" for all requests.
================== =======================
command-line ``--setheader PATTERN``
-mitmproxy shortcut :kbd:`o` then :kbd:`H`
+mitmproxy shortcut :kbd:`O` then :kbd:`H`
================== =======================
diff --git a/docs/features/sticky.rst b/docs/features/sticky.rst
index 7be5f842..5cf32299 100644
--- a/docs/features/sticky.rst
+++ b/docs/features/sticky.rst
@@ -22,7 +22,7 @@ to interact with the secured resources.
================== ======================
command-line ``-t FILTER``
-mitmproxy shortcut :kbd:`o` then :kbd:`t`
+mitmproxy shortcut :kbd:`O` then :kbd:`t`
================== ======================
@@ -37,5 +37,5 @@ replay of HTTP Digest authentication.
================== ======================
command-line ``-u FILTER``
-mitmproxy shortcut :kbd:`o` then :kbd:`A`
+mitmproxy shortcut :kbd:`O` then :kbd:`A`
================== ======================
diff --git a/docs/features/upstreamcerts.rst b/docs/features/upstreamcerts.rst
index d2a82ca2..4ef79e1b 100644
--- a/docs/features/upstreamcerts.rst
+++ b/docs/features/upstreamcerts.rst
@@ -19,5 +19,5 @@ Upstream cert sniffing is on by default, and can optionally be turned off.
================== ======================
command-line ``--no-upstream-cert``
-mitmproxy shortcut :kbd:`o` then :kbd:`U`
+mitmproxy shortcut :kbd:`O` then :kbd:`U`
================== ======================
diff --git a/docs/mitmproxy.rst b/docs/mitmproxy.rst
index 922a6540..ff6a8857 100644
--- a/docs/mitmproxy.rst
+++ b/docs/mitmproxy.rst
@@ -66,7 +66,7 @@ At the moment, the Grid Editor is used in four parts of mitmproxy:
- Editing request or response headers (:kbd:`e` for edit, then :kbd:`h` for headers in flow view)
- Editing a query string (:kbd:`e` for edit, then :kbd:`q` for query in flow view)
- Editing a URL-encoded form (:kbd:`e` for edit, then :kbd:`f` for form in flow view)
- - Editing replacement patterns (:kbd:`o` for options, then :kbd:`R` for Replacement Patterns)
+ - Editing replacement patterns (:kbd:`O` for options, then :kbd:`R` for Replacement Patterns)
If there is is no data, an empty editor will be started to let you add some.
Here is the editor showing the headers from a request: