aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmil Stahl <emil@emilstahl.dk>2018-04-03 18:56:12 +0200
committerGitHub <noreply@github.com>2018-04-03 18:56:12 +0200
commit8ea8f31e3f31a309738922dab5c9d307d65f4b2e (patch)
treebd920ad9de84aa3207a8fd1d7e05099ed808dc97
parentb5c3883b7886a73043b6cc292ce4a51066ca260a (diff)
downloadmitmproxy-8ea8f31e3f31a309738922dab5c9d307d65f4b2e.tar.gz
mitmproxy-8ea8f31e3f31a309738922dab5c9d307d65f4b2e.tar.bz2
mitmproxy-8ea8f31e3f31a309738922dab5c9d307d65f4b2e.zip
Fixed --no-mouse parameter message
`--no-mouse` is deprecated. Changed parameter to `--set console_mouse=false`
-rw-r--r--mitmproxy/tools/console/window.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mitmproxy/tools/console/window.py b/mitmproxy/tools/console/window.py
index f2b6d3f4..7669299c 100644
--- a/mitmproxy/tools/console/window.py
+++ b/mitmproxy/tools/console/window.py
@@ -294,7 +294,7 @@ class Window(urwid.Frame):
if not k:
if args[1] == "mouse drag":
signals.status_message.send(
- message = "Hold down fn, shift, alt or ctrl to select text or use the --no-mouse parameter.",
+ message = "Hold down fn, shift, alt or ctrl to select text or use the --set console_mouse=false parameter.",
expire = 1
)
elif args[1] == "mouse press" and args[2] == 4: