line between the blurb and your comment, so the next run of
``update_copyright.py`` doesn't clobber your comment.
-If no files are given, a list of files to update is generated
-automatically.
+You should configure this program via an ``.update-copyright.conf``
+file in your project root.
"""
import logging as _logging
import optparse
import sys
- usage = "%%prog [options] [file ...]"
+ usage = "%prog [options] [file ...]"
p = optparse.OptionParser(usage=usage, description=__doc__)
p.add_option('--config', dest='config', default='.update-copyright.conf',