From 1e85345c00e4bd763f85ea2329d992ce6010c93c Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Wed, 20 Dec 2017 10:49:29 +1300 Subject: [PATCH] "Commands" title -> "Command Reference" --- mitmproxy/tools/console/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mitmproxy/tools/console/commands.py b/mitmproxy/tools/console/commands.py index 20efcee37..1183ee9d4 100644 --- a/mitmproxy/tools/console/commands.py +++ b/mitmproxy/tools/console/commands.py @@ -124,7 +124,7 @@ class CommandHelp(urwid.Frame): class Commands(urwid.Pile, layoutwidget.LayoutWidget): - title = "Commands" + title = "Command Reference" keyctx = "commands" def __init__(self, master):