~ chicken-core (chicken-5) c672de1ae2d53a67254c195344c493eed3617383
commit c672de1ae2d53a67254c195344c493eed3617383 Author: Mario Domenech Goulart <mario@parenteses.org> AuthorDate: Sun Apr 23 19:55:52 2017 +0200 Commit: Evan Hanson <evhan@foldling.org> CommitDate: Mon Apr 24 07:46:43 2017 +1200 chicken-install: Add note to docs about -list-version being for HTTP transport only Signed-off-by: Evan Hanson <evhan@foldling.org> diff --git a/chicken-install.scm b/chicken-install.scm index 22346a0e..1fd4be4b 100644 --- a/chicken-install.scm +++ b/chicken-install.scm @@ -1006,7 +1006,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 f9592dd5..9ece18b9 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 onlyTrap