aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/console/connlist.py
diff options
context:
space:
mode:
Diffstat (limited to 'libmproxy/console/connlist.py')
-rw-r--r--libmproxy/console/connlist.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmproxy/console/connlist.py b/libmproxy/console/connlist.py
index f5af2ca2..6504573a 100644
--- a/libmproxy/console/connlist.py
+++ b/libmproxy/console/connlist.py
@@ -13,7 +13,7 @@ def _mkhelp():
("l", "set limit filter pattern"),
("L", "load saved flows"),
("r", "replay request"),
- ("R", "revert changes to request"),
+ ("V", "revert changes to request"),
("w", "save all flows matching current limit"),
("W", "save this flow"),
("X", "kill and delete connection, even if it's mid-intercept"),
@@ -111,7 +111,7 @@ class ConnectionItem(common.WWrap):
if r:
self.master.statusbar.message(r)
self.master.sync_list_view()
- elif key == "R":
+ elif key == "V":
self.state.revert(self.flow)
self.master.sync_list_view()
elif key == "w":