Command line switches -dD and -Dm were swapped in the usage information.
This commit is contained in:
@@ -63,8 +63,8 @@ Short options:
|
||||
-V Print the compiler version number
|
||||
-W [-+]warning[,...] Control warnings ('-' disables, '+' enables)
|
||||
-d Debug mode
|
||||
-dD Output all macro definitions (needs -E)
|
||||
-dM Output user defined macros (needs -E)
|
||||
-dD Output user defined macros (needs -E)
|
||||
-dM Output all macro definitions (needs -E)
|
||||
-dN Output user defined macro names (needs -E)
|
||||
-g Add debug info to object file
|
||||
-h Help (this text)
|
||||
@@ -200,13 +200,13 @@ Here is a description of all the command line options:
|
||||
<tag><tt>-d, --debug</tt></tag>
|
||||
|
||||
Enables debug mode, for debugging the behavior of cc65.
|
||||
|
||||
|
||||
|
||||
<label id="option-dD">
|
||||
<tag><tt>-dD</tt></tag>
|
||||
|
||||
Like <tt/<ref id="option-dM" name="-dM">/ but does not include the predefined
|
||||
macros.
|
||||
macros.
|
||||
|
||||
|
||||
<label id="option-dM">
|
||||
|
||||
@@ -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