aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Kriechbaumer <Kriechi@users.noreply.github.com>2018-04-03 19:14:55 +0200
committerGitHub <noreply@github.com>2018-04-03 19:14:55 +0200
commit60a320fde8f049f709fe99a302c7e9932bdf53d2 (patch)
treebd920ad9de84aa3207a8fd1d7e05099ed808dc97
parentb5c3883b7886a73043b6cc292ce4a51066ca260a (diff)
parent8ea8f31e3f31a309738922dab5c9d307d65f4b2e (diff)
downloadmitmproxy-60a320fde8f049f709fe99a302c7e9932bdf53d2.tar.gz
mitmproxy-60a320fde8f049f709fe99a302c7e9932bdf53d2.tar.bz2
mitmproxy-60a320fde8f049f709fe99a302c7e9932bdf53d2.zip
Merge pull request #3033 from emilstahl/master
Fixed --no-mouse parameter message
-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: