diff --git a/4c b/4c index 01c9c21..98e7f93 100755 --- a/4c +++ b/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')