~ chicken-core (master) 90dafac5cc469b200f60a787a5e63baaa5a9b33c
commit 90dafac5cc469b200f60a787a5e63baaa5a9b33c
Author: felix <felix@call-with-current-continuation.org>
AuthorDate: Sat Aug 22 11:44:33 2026 +0200
Commit: felix <felix@call-with-current-continuation.org>
CommitDate: Sat Aug 22 11:44:33 2026 +0200
undocumented missing option
diff --git a/csc.scm b/csc.scm
index e993b635..5a4061bd 100644
--- a/csc.scm
+++ b/csc.scm
@@ -332,9 +332,7 @@ Usage: #{csc} [OPTION ...] [FILENAME ...]
-h -help display this text and exit
-v -verbose show compiler notes and tool-invocations
- -vv display information about translation
- progress
- -vvv display information about all compilation
+ -vv display information about all compilation
stages
-version display Scheme compiler version and exit
-release display release number and exit
Trap