Debugger: Extend tf cmd to optionally output video scanner info: tf <file.txt> [v] (#359)

This commit is contained in:
tomcw
2016-11-07 21:48:17 +00:00
parent ab8ae7f3a0
commit 074acce2ae
3 changed files with 34 additions and 26 deletions

View File

@@ -867,7 +867,7 @@ Update_t CmdHelpSpecific (int nArgs)
ConsoleBufferPush( " JSR will be stepped into" );
ConsoleBufferPush( " Hotkey: Shift-Space" );
case CMD_TRACE_FILE:
Colorize( sText, " Usage: \"[filename]\"" );
Colorize( sText, " Usage: \"[filename]\" [v]" );
ConsolePrint( sText );
break;
case CMD_TRACE_LINE: