[Reproducible-commits] [notes] 03/05: bin/filter-packages: Nicer usage

Chris Lamb lamby at moszumanska.debian.org
Sat Feb 7 22:55:38 UTC 2015


This is an automated email from the git hooks/post-receive script.

lamby pushed a commit to branch master
in repository notes.

commit 3985f496a304df7fcbbe08d6f8be7ecff47b7f7f
Author: Chris Lamb <lamby at debian.org>
Date:   Sat Feb 7 22:51:43 2015 +0000

    bin/filter-packages: Nicer usage
---
 bin/filter-packages | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/filter-packages b/bin/filter-packages
index 42d9ed2..edae736 100755
--- a/bin/filter-packages
+++ b/bin/filter-packages
@@ -5,7 +5,7 @@ import yaml
 import optparse
 
 def main():
-    parser = optparse.OptionParser()
+    parser = optparse.OptionParser(usage='%prog [options]')
     parser.add_option('--issues', dest='issues', default=None,
         help="only print packages with comma-separated issues ISSUES")
     parser.add_option('--has-bugs', dest='bugs', action='store_true',

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/notes.git



More information about the Reproducible-commits mailing list