~ chicken-core (chicken-5) 8c6237d170a04ba30a8f9b096a0d5d8f05439b1d
commit 8c6237d170a04ba30a8f9b096a0d5d8f05439b1d
Author: felix <felix@call-with-current-continuation.org>
AuthorDate: Tue May 29 18:08:29 2018 +0200
Commit: felix <felix@call-with-current-continuation.org>
CommitDate: Tue May 29 18:08:29 2018 +0200
chicken-install: added -defaults to usage output (reported by meganeka)
diff --git a/chicken-install.scm b/chicken-install.scm
index f2b07827..9fa22aec 100644
--- a/chicken-install.scm
+++ b/chicken-install.scm
@@ -1042,6 +1042,8 @@ usage: chicken-install [OPTION ...] [NAME[:VERSION] ...]
-from-list FILENAME install eggs from list obtained by `chicken-status -list'
-v -verbose be verbose
-cached only install from cache
+ -defaults FILENAME use FILENAME as defaults instead of the installed `setup.defaults'
+ file
chicken-install recognizes the SUDO, http_proxy and proxy_auth environment variables, if set.
Trap