Chore: Small tweaks to compare scripts, improve docs

This commit is contained in:
Pieter Vander Vennet 2024-12-17 16:18:32 +01:00
parent 00c233a2eb
commit 1c595437dd
2 changed files with 8 additions and 3 deletions

View file

@ -256,7 +256,7 @@ class VeloParkToGeojson extends Script {
VeloParkToGeojson.exportExtraAmenities(allVelopark)
await VeloParkToGeojson.createDiff(allVelopark)
console.log(
"Use vite-node scripts/velopark/compare.ts to compare the results and generate a diff file"
"Use \nvite-node scripts/velopark/compare.ts -- velopark_all_.geojson osm_with_velopark_link_.geojson\n to compare the results and generate a diff file"
)
}
}