Mercurial > ec-dotfiles
comparison moefetch.sh @ 177:4d7de9c3b98c
whoops typo
author | edhoprima@gmail.com <edhoprima@gmail.com> |
---|---|
date | Fri, 05 Jun 2009 20:37:26 +0000 |
parents | 3d2ae9417273 |
children | 3f5ee8b2791f |
comparison
equal
deleted
inserted
replaced
176:3d2ae9417273 | 177:4d7de9c3b98c |
---|---|
55 } | 55 } |
56 | 56 |
57 # help message | 57 # help message |
58 Err_Help() { | 58 Err_Help() { |
59 cat <<EOF | 59 cat <<EOF |
60 moefetch.sh COMMAND [-u SITE_URL] TAGS | 60 moefetch.sh COMMAND [-s SITE_URL] TAGS |
61 | 61 |
62 COMMAND: | 62 COMMAND: |
63 (quick)fetch: do a complete update. Add prefix quick to skip file checking | 63 (quick)fetch: do a complete update. Add prefix quick to skip file checking |
64 check: get list of new files, clean up local folder and print total new files | 64 check: get list of new files, clean up local folder and print total new files |
65 | 65 |
66 -u SITE_URL: Specify URL of the Danbooru powered site you want to leech from. Default is ${DEFAULT_SITE} | 66 -s SITE_URL: Specify URL of the Danbooru powered site you want to leech from. Default is ${DEFAULT_SITE} |
67 | 67 |
68 TAGS: Tags you want to download. Separated by spaces. Tag name follows standard Danbooru tagging scheme | 68 TAGS: Tags you want to download. Separated by spaces. Tag name follows standard Danbooru tagging scheme |
69 | 69 |
70 EOF | 70 EOF |
71 exit 0 | 71 exit 0 |