Don't limit address matching by default
This commit is contained in:
@@ -590,8 +590,8 @@ Examples:
|
||||
help='Force re-download of OSM data (ignore cache)')
|
||||
parser.add_argument('--sample', '-s', type=int,
|
||||
help='Process only a sample of N addresses for testing')
|
||||
parser.add_argument('--max-osm', type=int, default=50000,
|
||||
help='Maximum number of OSM addresses to process (default: 50000)')
|
||||
parser.add_argument('--max-osm', type=int, default=None,
|
||||
help='Maximum number of OSM addresses to process (default: no limit)')
|
||||
|
||||
args = parser.parse_args()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user