diff --git a/doc/ca65.sgml b/doc/ca65.sgml
index 8c0c4fa61..99459d5ab 100644
--- a/doc/ca65.sgml
+++ b/doc/ca65.sgml
@@ -151,8 +151,19 @@ Here is a description of all the command line options:
Set the default for the CPU type. The option takes a parameter, which
may be one of
-
- 6502, 6502X, 6502DTV, 65SC02, 65C02, 65816, sweet16, HuC6280, 4510, 45GS02, M740
+
+ 6502 - NMOS 6502 (all legal instructions)
+ 6502X - NMOS 6502 with all undocumented instructions
+ 6502DTV - the emulated CPU of the C64DTV device
+ 65SC02 - first CMOS instruction set (no bit manipulation, no wai/stp)
+ 65C02 - full CMOS instruction set (has bit manipulation and wai/stp)
+ 65816 - the CPU of the SNES, and the SCPU
+ HuC6280 - the CPU of the PC engine
+ 4510 - the CPU of the Commodore C65
+ 45GS02 - the CPU of the Commodore MEGA65
+ M740 - a Microcontroller by Mitsubishi
+ sweet16 - an interpreter for a pseudo 16 bit CPU
+