mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-26 18:18:25 +00:00
fix #648
This commit is contained in:
parent
08476e988f
commit
5a2b121f50
@ -42,12 +42,12 @@ class HelpView(urwid.ListBox):
|
||||
|
||||
text.append(urwid.Text([("head", "\n\nGlobal keys:\n")]))
|
||||
keys = [
|
||||
("c", "client replay"),
|
||||
("c", "client replay of HTTP requests"),
|
||||
("i", "set interception pattern"),
|
||||
("o", "options"),
|
||||
("q", "quit / return to previous page"),
|
||||
("Q", "quit without confirm prompt"),
|
||||
("S", "server replay"),
|
||||
("S", "server replay of HTTP responses"),
|
||||
]
|
||||
text.extend(
|
||||
common.format_keyvals(keys, key="key", val="text", indent=4)
|
||||
|
Loading…
Reference in New Issue
Block a user