Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rakow committed Feb 17, 2025
1 parent 136a801 commit 6eda989
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public class LinkCapacityFromMeasurements implements MATSimAppCommand {
@CommandLine.Option(names = "--min-capacity", description = "Minimum capacity", defaultValue = "600")
private double minCapacity;

@CommandLine.Option(names = "--pce", description = "Map contained volumes to passenge car equivalents", split = ";", defaultValue = "car=1;truck=3.5")
@CommandLine.Option(names = "--pce", description = "Map containing vehicle types to passenger car equivalents", split = ";", defaultValue = "car=1;truck=3.5")
private Map<String, Double> pce;

public static void main(String[] args) {
Expand Down

0 comments on commit 6eda989

Please sign in to comment.