Skip to content

Commit

Permalink
add param description to main
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Kohl committed Dec 18, 2024
1 parent f3fb88d commit 52d2581
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@ private Gtfs2TransitSchedule() {
* Use 'WGS84' for no transformation (though this may lead to errors with PT mapping).<br/>
* [3] output transit schedule file
* [4] (optional) output default vehicles file
* [5] (optional) output for additional line info. One of the following:
* <ul>
* <li>empty -> will not be written</li>
* <li>"schedule" -> will be written as attributable in the schedule</li>
* <li>output file path (.csv) -> will be written as specified csv file</li>
* </ul>
* Calls {@link #run}.
*/
public static void main(final String[] args) {
Expand Down

0 comments on commit 52d2581

Please sign in to comment.