aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@corte.si>2017-12-20 10:49:29 +1300
committerAldo Cortesi <aldo@corte.si>2017-12-20 10:49:29 +1300
commit1e85345c00e4bd763f85ea2329d992ce6010c93c (patch)
tree7bf6f170eea2ed4a48480813c61f0a2b9608c99d
parent6efff27be440a55ecbbebe84e313b48f464c6354 (diff)
downloadmitmproxy-1e85345c00e4bd763f85ea2329d992ce6010c93c.tar.gz
mitmproxy-1e85345c00e4bd763f85ea2329d992ce6010c93c.tar.bz2
mitmproxy-1e85345c00e4bd763f85ea2329d992ce6010c93c.zip
"Commands" title -> "Command Reference"
-rw-r--r--mitmproxy/tools/console/commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mitmproxy/tools/console/commands.py b/mitmproxy/tools/console/commands.py
index 20efcee3..1183ee9d 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):