comparison moefetch.sh @ 176:3d2ae9417273

even more improvement
author edhoprima@gmail.com <edhoprima@gmail.com>
date Fri, 05 Jun 2009 20:27:48 +0000
parents 5b7a154dbd21
children 4d7de9c3b98c
comparison
equal deleted inserted replaced
175:5b7a154dbd21 176:3d2ae9417273
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 [-u 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: 66 -u SITE_URL: Specify URL of the Danbooru powered site you want to leech from. Default is ${DEFAULT_SITE}
67 Specify URL of the Danbooru powered site you want to leech from. Default is ${DEFAULT_SITE} 67
68 68 TAGS: Tags you want to download. Separated by spaces. Tag name follows standard Danbooru tagging scheme
69 TAGS:
70 Tags you want to download. Separated by spaces. Tag name follows standard Danbooru tagging scheme
71 69
72 EOF 70 EOF
73 exit 0 71 exit 0
74 } 72 }
75 73