summaryrefslogtreecommitdiff
path: root/henrietta-cache.scm
diff options
context:
space:
mode:
Diffstat (limited to 'henrietta-cache.scm')
-rw-r--r--henrietta-cache.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/henrietta-cache.scm b/henrietta-cache.scm
index 474e033..140891c 100644
--- a/henrietta-cache.scm
+++ b/henrietta-cache.scm
@@ -24,7 +24,7 @@ usage: henrietta-cache [OPTION ...]
-e -egg-list EGGLIST file containing the master list of available
eggs, defaults to "egg-locations". Can be an URI
-i -init-file INITFILE a file to load before starting the process
- -r -chicken-release REL the major CHICKEN release version for which to fetch (defaults to 4)
+ -r -chicken-release REL the major CHICKEN release version for which to fetch (defaults to 5)
-k -keep NUM only keep this many latest releases, delete the rest
-n -no-download don't download any releases (useful for purging in combination with -k)
@@ -37,7 +37,7 @@ EOF
(define *cache-directory* "cache")
(define *egg-list* "egg-locations")
-(define *chicken-release* 4)
+(define *chicken-release* 5)
(define *init-file* #f)
(define *keep-number* #f)
(define *no-download* #f)