aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/tools/console/commands.py
diff options
context:
space:
mode:
Diffstat (limited to 'mitmproxy/tools/console/commands.py')
-rw-r--r--mitmproxy/tools/console/commands.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/mitmproxy/tools/console/commands.py b/mitmproxy/tools/console/commands.py
index 76827a99..ca6e6dfe 100644
--- a/mitmproxy/tools/console/commands.py
+++ b/mitmproxy/tools/console/commands.py
@@ -152,6 +152,7 @@ class CommandHelp(urwid.Frame):
class Commands(urwid.Pile):
+ title = "Commands"
keyctx = "commands"
def __init__(self, master):