From bda39335b0e8e5ed27be788c6d7ec4206ec62c55 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Tue, 7 Mar 2017 12:16:23 +0100 Subject: fix other occurences of options shortcut --- docs/features/anticache.rst | 2 +- docs/features/passthrough.rst | 2 +- docs/features/replacements.rst | 4 ++-- docs/features/serverreplay.rst | 2 +- docs/features/setheaders.rst | 2 +- docs/features/sticky.rst | 4 ++-- docs/features/upstreamcerts.rst | 2 +- docs/mitmproxy.rst | 2 +- 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: -- cgit v1.2.3