fix incorrect python test helper.

This commit is contained in:
chengpiaopiao 2017-09-15 15:40:04 +08:00
parent 769ab315b1
commit 1ad6274118
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ def testSearch():
llen = len(sys.argv)
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"
return 0