Fixed typo in help
This commit is contained in:
parent
dbc0f2da9d
commit
58d6e3b86c
2
4c
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…
Reference in a new issue