Debugger: Cleanup output order of HELP CALC

This commit is contained in:
michaelangel007 2018-04-17 09:32:11 -07:00
parent f9bc18f54c
commit 858586d646

View File

@ -1321,9 +1321,9 @@ Update_t CmdHelpSpecific (int nArgs)
ConsoleBufferPush( " Expression is one of: + - * / % ^ ~" );
ConsoleBufferPush( " Output order is: Hex Bin Dec Char" );
ConsoleBufferPush( " Note: symbols take priority." );
ConsoleBufferPush( " Note: #A (if you don't want the accumulator value)" );
ConsoleBufferPush( " Note: #F (if you don't want the flags value)" );
Help_Examples();
ConsoleBufferPush( "Note: #A (if you don't want the accumulator value)" );
ConsoleBufferPush( "Note: #F (if you don't want the flags value)" );
break;
case CMD_OUTPUT_ECHO:
ConsoleColorizePrint( sText, " Usage: string" );