From fb0adb030bf3495669749180ba1e41216bab5c2a Mon Sep 17 00:00:00 2001 From: Peter Bex Date: Sun, 20 Mar 2011 16:31:52 +0100 Subject: Fix usage --- henrietta-cache.scm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'henrietta-cache.scm') 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 ));| -- cgit v1.2.3