Fixed typo in help

master
Sven Slootweg 12 years ago
parent dbc0f2da9d
commit 58d6e3b86c

2
4c

@ -5,7 +5,7 @@
import re, urllib, urllib2, argparse, os
parser = argparse.ArgumentParser(description='Downloads all full-size images one or more arbitrary 4chan threads.')
parser = argparse.ArgumentParser(description='Downloads all full-size images in one or more arbitrary 4chan threads.')
parser.add_argument('urllist', metavar='url', type=str, nargs='+',
help='the URLs of the threads')

Loading…
Cancel
Save