diff --git a/doc/cc65.sgml b/doc/cc65.sgml
index b53007e46..368d3269c 100644
--- a/doc/cc65.sgml
+++ b/doc/cc65.sgml
@@ -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:
-d, --debug
Enables debug mode, for debugging the behavior of cc65.
-
+