>From 9fdb8be6e02a8d0a90bef0c5d75683a07a191399 Mon Sep 17 00:00:00 2001 From: Mario Domenech Goulart Date: Sun, 23 Apr 2017 19:55:52 +0200 Subject: [PATCH 5/6] chicken-install: add note to docs about -list-version being for HTTP transport only --- chicken-install.scm | 2 +- manual/Extensions | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chicken-install.scm b/chicken-install.scm index 8d8c051..541bc5c 100644 --- a/chicken-install.scm +++ b/chicken-install.scm @@ -1008,7 +1008,7 @@ usage: chicken-install [OPTION | EXTENSION[:VERSION]] ... -recursive if `-retrieve' is given, retrieve also dependencies -dry-run do not build or install, just print the locations of the generated build + install scripts - -list-versions list available versions for given eggs + -list-versions list available versions for given eggs (HTTP transport only) -n -no-install do not install, just build -purge remove cached files for given eggs (or purge cache completely) -host when cross-compiling, compile extension only for host diff --git a/manual/Extensions b/manual/Extensions index f9592dd..9ece18b 100644 --- a/manual/Extensions +++ b/manual/Extensions @@ -570,7 +570,7 @@ Available options: ; {{-r -retrieve}} : only retrieve egg into current directory, don't install (giving -r more than once implies {{-recursive}}) ; {{-recursive}} : if {{-retrieve}} is given, retrieve also dependencies ; {{-dry-run}} : do not build or install, just print the locations of the generated build + install scripts -; {{-list-versions}} : list available version for an extension +; {{-list-versions}} : list available version for an extension (HTTP transport only) ; {{-n -no-install}} : do not install, only build the egg. ; {{-purge}} : remove cached files for given eggs (or purge cache completely) ; {{-host}} : when cross-compiling, compile egg for host only -- 2.1.4