From fcfc539d7ec0b2af5c7acfc1f14e1c93b8feb67e Mon Sep 17 00:00:00 2001 From: Dmitri Bogomolov <4glitch@gmail.com> Date: Sun, 31 Jan 2021 20:42:34 +0200 Subject: [PATCH] curses interface is not new any more --- src/bitmessagemain.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bitmessagemain.py b/src/bitmessagemain.py index e04e3187..6513175d 100755 --- a/src/bitmessagemain.py +++ b/src/bitmessagemain.py @@ -208,8 +208,8 @@ class Main(object): ' or by searching Google for \'PyQt Download\'.' ' If you want to run in daemon mode, see ' 'https://bitmessage.org/wiki/Daemon\n' - 'You can also run PyBitmessage with' - ' the new curses interface by providing' + 'You can also try running PyBitmessage with' + ' unmaintained curses interface by providing' ' \'-c\' as a commandline argument.' ) # is the application already running? If yes then exit.