Merge pull request #19 from chengpiaopiao/master

fix incorrect python test helper.
This commit is contained in:
lionsoul 2017-09-16 09:39:27 +08:00 committed by GitHub
commit d589e0555a
1 changed files with 1 additions and 1 deletions

View File

@ -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