~ chicken-core (chicken-5) fc568c3fbd0fd94a33dd06c8313b9973fec7b7ba
commit fc568c3fbd0fd94a33dd06c8313b9973fec7b7ba
Author: felix <felix@call-with-current-continuation.org>
AuthorDate: Wed Apr 8 23:11:44 2026 +0200
Commit: felix <felix@call-with-current-continuation.org>
CommitDate: Wed Apr 8 23:11:44 2026 +0200
drop incorrect -v in interpreter description
diff --git a/manual/Using the interpreter b/manual/Using the interpreter
index 8ae57d43..f1a1262b 100644
--- a/manual/Using the interpreter
+++ b/manual/Using the interpreter
@@ -278,7 +278,7 @@ The options recognized by the interpreter are:
; -R -require-extension NAME : Equivalent to evaluating {{(import NAME)}}. {{NAME}} may be given in list notation, e.g. {{"(srfi 1)"}}.
-; -v -version : Write the banner with version information to standard output and exit.
+; -version : Write the banner with version information to standard output and exit.
---
Trap