From 15d480bdf6eb295f19e77abd7c25c184689a1f66 Mon Sep 17 00:00:00 2001 From: BlauFeuer Date: Wed, 2 Aug 2017 15:05:15 -0400 Subject: [PATCH] Comment update to CmdHelp CmdHELP --> CmdHelp --- evennia/settings_default.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evennia/settings_default.py b/evennia/settings_default.py index c37d0ab275..ac85142205 100644 --- a/evennia/settings_default.py +++ b/evennia/settings_default.py @@ -496,7 +496,7 @@ PERMISSION_PLAYER_DEFAULT = "Players" CLIENT_DEFAULT_WIDTH = 78 # telnet standard height is 24; does anyone use such low-res displays anymore? CLIENT_DEFAULT_HEIGHT = 45 -# Help output from CmdHELP are wrapped in an EvMore call +# Help output from CmdHelp are wrapped in an EvMore call # (excluding webclient with separate help popups). If continuous scroll # is preferred, change 'HELP_MORE' to False. EvMORE uses CLIENT_DEFAULT_HEIGHT HELP_MORE = True