diff options
-rw-r--r-- | henrietta-cache.scm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/henrietta-cache.scm b/henrietta-cache.scm index 9f37b64..97adffc 100644 --- a/henrietta-cache.scm +++ b/henrietta-cache.scm @@ -2,14 +2,14 @@ (define (usage code) (print #<#EOF -usage: henrietta [OPTION ...] +usage: henrietta-cache [OPTION ...] -h -help show this message - -c -cache-dir LOCATION put the egg cache in this directory - -e -egg-list LOCATION file containing the master list of available eggs + -c -cache-dir CACHEDIR put the egg cache in this directory + -e -egg-list EGGLIST file containing the master list of available eggs - QUERYSTRING and REMOTEADDR default to the value of the `QUERY_STRING' -and `REMOTE_ADDR' environment variables, respectively. +Henrietta-cache will download cached copies of each egg listed in the file +EGGLIST, to CACHEDIR. EOF ));| |