~ chicken-core (chicken-5) 16562d4d192ac33af4134ecf90d5066388111ca8
commit 16562d4d192ac33af4134ecf90d5066388111ca8 Author: felix <felix@call-with-current-continuation.org> AuthorDate: Fri May 6 16:49:45 2011 +0200 Commit: felix <felix@call-with-current-continuation.org> CommitDate: Fri May 6 16:49:45 2011 +0200 added -keep-installed to manual diff --git a/manual/Extensions b/manual/Extensions index 52cb3b07..c0cb916f 100644 --- a/manual/Extensions +++ b/manual/Extensions @@ -567,6 +567,7 @@ Available options: ; {{-D -feature FEATURE}} : pass this on to subinvocations of {{csi}} and {{csc}} (when done via {{compile}} or {{(run (csc ...))}}) ; {{-debug}} : print full call-trace when encountering errors in the setup script ; {{-keep-going}} : continue installation, even if a dependency fails +; {{-x -keep-installed}} : ignore those extensions given on the command line, that are already installed ; {{-scan DIRECTORY}} : scan local egg source repository or highest available versions ; {{-override FILENAME}} : override versions for installed eggs with information given in {{FILENAME}}, which can be generated by {{-scan}} or by the {{-list}} option of the {{chicken-status}} programTrap