Skip to content

Commit

Permalink
fix: cli splitisochrones
Browse files Browse the repository at this point in the history
  • Loading branch information
K4ST0R committed Dec 11, 2024
1 parent 3e7049c commit ffdf4cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ cli
"Geometry key path (lodash path format). \n Exemple pour Graphhopper : polygons[0].geometry"
)
.requiredOption(
"-b, --buckets",
"-b, --buckets <buckets>",
"Liste des durées des différents buckets en ordre décroissant (séparés par des virgules)",
"5400,3600,2700,1800,900"
)
Expand Down

0 comments on commit ffdf4cd

Please sign in to comment.