Command line switches -dD and -Dm were swapped in the usage information.
This commit is contained in:
@@ -93,8 +93,8 @@ static void Usage (void)
|
||||
" -V\t\t\t\tPrint the compiler version number\n"
|
||||
" -W [-+]warning[,...]\t\tControl warnings ('-' disables, '+' enables)\n"
|
||||
" -d\t\t\t\tDebug mode\n"
|
||||
" -dD\t\t\t\tOutput all macro definitions (needs -E)\n"
|
||||
" -dM\t\t\t\tOutput user defined macros (needs -E)\n"
|
||||
" -dD\t\t\t\tOutput user defined macros (needs -E)\n"
|
||||
" -dM\t\t\t\tOutput all macro definitions (needs -E)\n"
|
||||
" -dN\t\t\t\tOutput user defined macro names (needs -E)\n"
|
||||
" -g\t\t\t\tAdd debug info to object file\n"
|
||||
" -h\t\t\t\tHelp (this text)\n"
|
||||
|
||||
Reference in New Issue
Block a user