[Zodb-checkins] CVS: ZODB3/ZEO - stats.py:1.12
Jeremy Hylton
jeremy@alum.mit.edu
Sat, 7 Sep 2002 22:20:59 -0400
GvR> Modified Files:
GvR> stats.py
GvR> Log Message: Finish adding the -h option. (You never tried to
GvR> run what you checked in, right, Jeremy? :-)
- opts, args = getopt.getopt(sys.argv[1:], "i:qvSh")
+ opts, args = getopt.getopt(sys.argv[1:], "hi:qvSh")
Is it necessary to have "h" at the beginning and end of the argument
list? When I ran it, I only found one necessary <wink>.
Jeremy