gitstats: Convert matcher.py to use optparse
commit13b3d9ce472796798c4dd223924fb35848bedaff
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)
treebce6c5962bc065e08147f52a1990067229992d70
parentb50c4fc66d147ae0b0bb181d6fe303944318bbc6
gitstats: 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