~ chicken-core (chicken-5) 1d9b4cfd14d57d3a95f5f994ec4a9a3fc120d0d5


commit 1d9b4cfd14d57d3a95f5f994ec4a9a3fc120d0d5
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Thu Sep 8 15:08:35 2011 +0200
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Thu Sep 8 15:08:35 2011 +0200

    fixed obsolete refernce to -debug ? (thanks to Joerg Wittenberger)

diff --git a/manual/Using the compiler b/manual/Using the compiler
index 48c8d626..a3470f24 100644
--- a/manual/Using the compiler	
+++ b/manual/Using the compiler	
@@ -32,7 +32,7 @@ the source text should be read from standard input.
 
 ; -consult-inline-file FILENAME : load file with definitions for cross-module inlining generated by a previous compiloer invocation via {{-emit-inline-file}}. Implies {{-inline}}.
 
-; -debug MODES : Enables one or more compiler debugging modes. {{MODES}} is a string of characters that select debugging information about the compiler that will be printed to standard output. Use {{-debug ?}} to see a list of available debugging options.
+; -debug MODES : Enables one or more compiler debugging modes. {{MODES}} is a string of characters that select debugging information about the compiler that will be printed to standard output. Use {{-debug h}} to see a list of available debugging options.
 
 ; -debug-level LEVEL : Selects amount of debug-information. {{LEVEL}} should be an integer.
 
Trap