~ chicken-core (chicken-5) 6148b89ab3dd04153d2acaab699375a85f443359


commit 6148b89ab3dd04153d2acaab699375a85f443359
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Tue Mar 23 14:02:35 2010 +0100
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Tue Mar 23 14:02:35 2010 +0100

    fixed case of -K option in help text in csc

diff --git a/csc.scm b/csc.scm
index e1651ea5..d8513918 100644
--- a/csc.scm
+++ b/csc.scm
@@ -314,7 +314,7 @@ Usage: #{csc} FILENAME | OPTION ...
   Syntax related options:
 
     -i -case-insensitive           don't preserve case of read symbols    
-    -k  -keyword-style STYLE       enable alternative keyword-syntax
+    -K  -keyword-style STYLE       enable alternative keyword-syntax
                                     (prefix, suffix or none)
         -no-parentheses-synonyms   disables list delimiter synonyms
         -no-symbol-escape          disables support for escaped symbols
Trap