aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/console/help.py
diff options
context:
space:
mode:
Diffstat (limited to 'libmproxy/console/help.py')
-rw-r--r--libmproxy/console/help.py36
1 files changed, 20 insertions, 16 deletions
diff --git a/libmproxy/console/help.py b/libmproxy/console/help.py
index ba9c9f2e..c9fded3b 100644
--- a/libmproxy/console/help.py
+++ b/libmproxy/console/help.py
@@ -97,22 +97,26 @@ class HelpView(urwid.ListBox):
),
("o", "toggle options:"),
- (None,
- common.highlight_key("anticache", "a") +
- [("text", ": prevent cached responses")]
- ),
- (None,
- common.highlight_key("anticomp", "c") +
- [("text", ": prevent compressed responses")]
- ),
- (None,
- common.highlight_key("killextra", "k") +
- [("text", ": kill requests not part of server replay")]
- ),
- (None,
- common.highlight_key("norefresh", "n") +
- [("text", ": disable server replay response refresh")]
- ),
+ (None,
+ common.highlight_key("anticache", "a") +
+ [("text", ": prevent cached responses")]
+ ),
+ (None,
+ common.highlight_key("anticomp", "c") +
+ [("text", ": prevent compressed responses")]
+ ),
+ (None,
+ common.highlight_key("killextra", "k") +
+ [("text", ": kill requests not part of server replay")]
+ ),
+ (None,
+ common.highlight_key("norefresh", "n") +
+ [("text", ": disable server replay response refresh")]
+ ),
+ (None,
+ common.highlight_key("upstream certs", "u") +
+ [("text", ": sniff cert info from upstream server")]
+ ),
("q", "quit / return to flow list"),
("Q", "quit without confirm prompt"),