SCI: Add help for debuglevel command

This commit is contained in:
Willem Jan Palenstijn 2016-02-21 20:42:06 +01:00
parent 1ac8533b1f
commit ddcf204bd0

View File

@ -332,6 +332,7 @@ bool Console::cmdHelp(int argc, const char **argv) {
debugPrintf("debugflag_list - Lists the available debug flags and their status\n");
debugPrintf("debugflag_enable - Enables a debug flag\n");
debugPrintf("debugflag_disable - Disables a debug flag\n");
debugPrintf("debuglevel - Shows or sets debug level\n");
debugPrintf("\n");
debugPrintf("Commands\n");
debugPrintf("--------\n");