Merge pull request #19 from chengpiaopiao/master
fix incorrect python test helper.
This commit is contained in:
commit
d589e0555a
|
|
@ -15,7 +15,7 @@ def testSearch():
|
||||||
llen = len(sys.argv)
|
llen = len(sys.argv)
|
||||||
|
|
||||||
if llen < 2:
|
if llen < 2:
|
||||||
print "Usage: python ip2Region.py [ip2region db file] [alrogrithm]"
|
print "Usage: python testSearcher.py [ip2region db file] [alrogrithm]"
|
||||||
print "Algorithm: binary or b-tree"
|
print "Algorithm: binary or b-tree"
|
||||||
return 0
|
return 0
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue