comparison moefetch.sh @ 175:5b7a154dbd21

cosmetics fix for help message
author edhoprima@gmail.com <edhoprima@gmail.com>
date Fri, 05 Jun 2009 20:26:14 +0000
parents 0948e76a57a1
children 3d2ae9417273
comparison
equal deleted inserted replaced
174:0948e76a57a1 175:5b7a154dbd21
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:
67 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}
68 68
69 TAGS: 69 TAGS:
70 Tags you want to download. Separated by spaces. Tag name follows standard Danbooru tagging scheme 70 Tags you want to download. Separated by spaces. Tag name follows standard Danbooru tagging scheme
71 71
72 EOF 72 EOF
73 exit 0 73 exit 0
74 } 74 }