>From 03c881a191005a37fd143c54ba7d75a225ec41f3 Mon Sep 17 00:00:00 2001 From: Evan Hanson Date: Sun, 4 Nov 2018 15:04:57 +1300 Subject: [PATCH 2/2] Update help text for "chicken-install -retrieve" Eggs are now placed in the cache, not the current directory. Fixes #1555. --- chicken-install.scm | 2 +- manual/Extension tools | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chicken-install.scm b/chicken-install.scm index 3e6a8d5d..8662b692 100644 --- a/chicken-install.scm +++ b/chicken-install.scm @@ -1020,7 +1020,7 @@ usage: chicken-install [OPTION ...] [NAME[:VERSION] ...] -force don't ask, install even if versions don't match -k -keep keep temporary files -s -sudo use external command to elevate privileges for filesystem operations - -r -retrieve only retrieve egg into current directory, don't install (giving -r + -r -retrieve only retrieve egg into cache 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 diff --git a/manual/Extension tools b/manual/Extension tools index d747cd70..8d28a01e 100644 --- a/manual/Extension tools +++ b/manual/Extension tools @@ -217,7 +217,7 @@ Available options: ; {{-k -keep}} : keep temporary files ; {{-s -sudo}} : use external command to elevate privileges when installing or removing files ; {{-no-install-dependencies}} : do not install dependencies -; {{-r -retrieve}} : only retrieve egg into current directory, don't install (giving -r more than once implies {{-recursive}}) +; {{-r -retrieve}} : only retrieve egg into cache 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 (HTTP transport only) -- 2.11.0