diff --git a/CHANGELOG.md b/CHANGELOG.md index 13c450939f..5b56c29d85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,6 @@ ### Requirements - Up requirements to Django 1.11.x, Twisted 18 and pillow 5.2.0 -- Add `autobahn` dependency for Websocket support, removing very old embedded txWS library (from a - time before websocket specification was still not fixed). - Add `inflect` dependency for automatic pluralization of object names. ### Server/Portal diff --git a/evennia/server/evennia_launcher.py b/evennia/server/evennia_launcher.py index 779a1e4aa2..ef6bf61055 100644 --- a/evennia/server/evennia_launcher.py +++ b/evennia/server/evennia_launcher.py @@ -325,7 +325,7 @@ MENU = \ | 7) Kill Server only (send kill signal to process) | | 8) Kill Portal + Server | +--- Information -----------------------------------------------+ - | 9) Tail log files (quickly see errors) | + | 9) Tail log files (quickly see errors - Ctrl-C to exit) | | 10) Status | | 11) Port info | +--- Testing ---------------------------------------------------+