aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/tools/console/defaultkeys.py
diff options
context:
space:
mode:
Diffstat (limited to 'mitmproxy/tools/console/defaultkeys.py')
-rw-r--r--mitmproxy/tools/console/defaultkeys.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mitmproxy/tools/console/defaultkeys.py b/mitmproxy/tools/console/defaultkeys.py
index b845a3ae..7e078bbf 100644
--- a/mitmproxy/tools/console/defaultkeys.py
+++ b/mitmproxy/tools/console/defaultkeys.py
@@ -31,7 +31,7 @@ def map(km):
km.add("A", "flow.resume @all", ["flowlist", "flowview"], "Resume all intercepted flows")
km.add("a", "flow.resume @focus", ["flowlist", "flowview"], "Resume this intercepted flow")
km.add(
- "b", "console.command cut.save @focus s.content ",
+ "b", "console.command cut.save @focus response.content ",
["flowlist", "flowview"],
"Save response body to file"
)