diff options
author | moritz <moritz@twoticketsplease.de> | 2012-01-31 00:23:38 +0100 |
---|---|---|
committer | moritz <moritz@twoticketsplease.de> | 2012-01-31 00:23:38 +0100 |
commit | 4dcfb6c59d984bb8ce62d75520c3d629f4b8f967 (patch) | |
tree | 5a928a251fd939ea31bdfb84902dc9dff1249b22 | |
parent | 6ee62db96310753a6d9c0db2028bff8b8c44178c (diff) | |
download | henrietta-cache-4dcfb6c59d984bb8ce62d75520c3d629f4b8f967.tar.gz |
add usage info for -i/-init-file option
-rw-r--r-- | henrietta-cache.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/henrietta-cache.scm b/henrietta-cache.scm index ff132b0..e4e5263 100644 --- a/henrietta-cache.scm +++ b/henrietta-cache.scm @@ -8,6 +8,7 @@ usage: henrietta-cache [OPTION ...] -c -cache-dir CACHEDIR put egg cache in this dir, defaults to "cache" -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 Henrietta-cache will download cached copies of each egg listed in the file EGGLIST, to CACHEDIR. |