~ chicken-core (chicken-5) 9ae00fc29aab810135759f4631eb8473057a8776


commit 9ae00fc29aab810135759f4631eb8473057a8776
Author:     Evan Hanson <evhan@foldling.org>
AuthorDate: Sun Nov 4 15:04:57 2018 +1300
Commit:     Mario Domenech Goulart <mario@parenteses.org>
CommitDate: Sun Nov 4 09:18:03 2018 +0100

    Update help text for "chicken-install -retrieve"
    
    Eggs are now placed in the cache, not the current directory.
    
    Fixes #1555.
    
    Signed-off-by: Mario Domenech Goulart <mario@parenteses.org>

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)
Trap