Convert matcher.py to use optparse
commit611c69e05fb83b532052e1caade569f0027ec04b
authorSverre Rabbelier <sverre@rabbelier.nl>
Sat, 26 Jul 2008 16:29:57 +0000 (26 18:29 +0200)
committerSverre Rabbelier <sverre@rabbelier.nl>
Mon, 28 Jul 2008 13:51:17 +0000 (28 15:51 +0200)
tree992a3d1d80cb400044ab44783d34950149117558
parentb394980450ba345354c6a7a176494df6e619f486
Convert matcher.py to use optparse

Since we wrap matcher.py with stats.py, the matcher.py
module should provide a usage message when passed '--help',
as such it makes sense to use optparse.
src/git_stats/matcher.py