~ chicken-core (chicken-5) 9e3c9c35f8fbe7f425129cb241385e2dcf97287b
commit 9e3c9c35f8fbe7f425129cb241385e2dcf97287b
Author: felix <felix@call-with-current-continuation.org>
AuthorDate: Mon Feb 6 09:17:54 2012 +0100
Commit: felix <felix@call-with-current-continuation.org>
CommitDate: Mon Feb 6 09:17:54 2012 +0100
forgot to update manual
diff --git a/manual/Extensions b/manual/Extensions
index f3ff2559..00481f61 100644
--- a/manual/Extensions
+++ b/manual/Extensions
@@ -557,7 +557,7 @@ what files belong to a particular installed extension.
Available options:
; {{-h -help}} : show this message and exit
-; {{-v -version}} : show version and exit
+; {{-version}} : show version and exit
; {{-force}} : don't ask, install even if versions don't match
; {{-k -keep}} : keep temporary files
; {{-l -location LOCATION}} : install from given location instead of default
@@ -593,7 +593,7 @@ Available options:
=== chicken-uninstall reference
; {{-h -help}} : show usage information and exit
-; {{-v -version}} : show version and exit
+; {{-version}} : show version and exit
; {{-force}} : don't ask, delete whatever matches
; {{-s -sudo}} : use {{sudo(1)}} for deleting files
; {{-host}} : when cross-compiling, remove extensions for host system only
@@ -603,7 +603,7 @@ Available options:
=== chicken-status reference
; {{-h -help}} : show usage information and exit
-; {{-v -version}} : show version and exit
+; {{-version}} : show version and exit
; {{-f -files}} : list installed files
; {{-host}} : when cross-compiling, show extensions for host system only
; {{-target}} : when cross-compiling, show extensions for target system only
diff --git a/manual/Using the interpreter b/manual/Using the interpreter
index e3c0d7ca..07ea51e3 100644
--- a/manual/Using the interpreter
+++ b/manual/Using the interpreter
@@ -61,7 +61,7 @@ The options recognized by the interpreter are:
; -R -require-extension NAME : Equivalent to evaluating {{(require-extension NAME)}}.
-; -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.
=== Writing Scheme scripts
Trap