diff --git a/source/Debugger/Debugger_Help.cpp b/source/Debugger/Debugger_Help.cpp index be71b92d..57e1fa54 100644 --- a/source/Debugger/Debugger_Help.cpp +++ b/source/Debugger/Debugger_Help.cpp @@ -1414,8 +1414,8 @@ Update_t CmdHelpSpecific (int nArgs) ConsoleBufferPush(" alters horz value to hbl-l,visible,hbl-r or hbl-r+l,visible"); { char sText2[CONSOLE_WIDTH]; - ConsolePrintFormat(sText2, " %sRed%s=invisible (hbl or vbl active) / %sGreen%s=visible" - ,CHC_KEY , CHC_DEFAULT // red + ConsolePrintFormat(sText2, " %sYellow%s=invisible (hbl or vbl active) / %sGreen%s=visible" + ,CHC_INFO , CHC_DEFAULT // yellow ,CHC_COMMAND, CHC_DEFAULT // green ); }