diff options
author | Peter Bex <peter@more-magic.net> | 2011-03-20 16:31:52 +0100 |
---|---|---|
committer | Peter Bex <peter@more-magic.net> | 2011-03-20 16:31:52 +0100 |
commit | fb0adb030bf3495669749180ba1e41216bab5c2a (patch) | |
tree | 5dbea9688a07e6dc0554308b7b0c89e47e55116c /henrietta-cache.scm | |
parent | 0a8410d8b1e0f463e46deb0b22945697316c3dc8 (diff) | |
download | henrietta-cache-fb0adb030bf3495669749180ba1e41216bab5c2a.tar.gz |
Fix usage
Diffstat (limited to 'henrietta-cache.scm')
-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 ));| |