diff --git a/doc/cc65.sgml b/doc/cc65.sgml index a78f1a00a..383a6dd6a 100644 --- a/doc/cc65.sgml +++ b/doc/cc65.sgml @@ -63,9 +63,8 @@ Short options: -V Print the compiler version number -W [-+]warning[,...] Control warnings ('-' disables, '+' enables) -d Debug mode - -dD Output user defined macros (needs -E) - -dM Output all macro definitions (needs -E) - -dN Output user defined macro names (needs -E) + -dM Output all user macros (needs -E) + -dP Output all predefined macros (needs -E) -g Add debug info to object file -h Help (this text) -j Default characters are signed @@ -202,24 +201,26 @@ Here is a description of all the command line options: Enables debug mode, for debugging the behavior of cc65. -