summaryrefslogtreecommitdiff
path: root/henrietta-cache.scm
diff options
context:
space:
mode:
authorPeter Bex <peter@more-magic.net>2011-03-20 16:31:52 +0100
committerPeter Bex <peter@more-magic.net>2011-03-20 16:31:52 +0100
commitfb0adb030bf3495669749180ba1e41216bab5c2a (patch)
tree5dbea9688a07e6dc0554308b7b0c89e47e55116c /henrietta-cache.scm
parent0a8410d8b1e0f463e46deb0b22945697316c3dc8 (diff)
downloadhenrietta-cache-fb0adb030bf3495669749180ba1e41216bab5c2a.tar.gz
Fix usage
Diffstat (limited to 'henrietta-cache.scm')
-rw-r--r--henrietta-cache.scm10
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
));|