From 97ef430053f191c13beee06f05a9e7e828559240 Mon Sep 17 00:00:00 2001 From: Kugel Fuhr <98353208+kugelfuhr@users.noreply.github.com> Date: Tue, 8 Jul 2025 09:35:42 +0200 Subject: [PATCH] Restore description for --debug which was lost. --- doc/ca65.sgml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/ca65.sgml b/doc/ca65.sgml index 31da0306c..04bcbc557 100644 --- a/doc/ca65.sgml +++ b/doc/ca65.sgml @@ -196,6 +196,12 @@ Here is a description of all the command line options: information to the assembler. + -d, --debug + + Enables debug mode, something that should not be needed for mere + mortals:-) + +