From 7d560e340b2837431193cd4a2d23ff228874372b Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 16 Feb 2012 09:10:16 -0500 Subject: [PATCH] Cleanup help strings in bin/update-copyright.py. --- bin/update-copyright.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/update-copyright.py b/bin/update-copyright.py index 9394243..c291939 100755 --- a/bin/update-copyright.py +++ b/bin/update-copyright.py @@ -28,8 +28,8 @@ Replaces every line starting with ``^# Copyright`` and continuing with 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 @@ -42,7 +42,7 @@ if __name__ == '__main__': 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', -- 2.26.2