Skip to content

Commit 970f38f

Browse files
committed
harmonized options
1 parent 1d9ea88 commit 970f38f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/org/citygml4j/tools/command/FromCityJSONCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public class FromCityJSONCommand extends CityGMLTool {
8383
"lacks the defined CityJSON LoD.")
8484
private Map<Integer, Double> lodMappings;
8585

86-
@CommandLine.Option(names = {"--srs-name"},
86+
@CommandLine.Option(names = {"--crs-name"},
8787
description = "Name of the CRS to use in the output files.")
8888
private String srsName;
8989

src/main/java/org/citygml4j/tools/command/ReprojectCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public class ReprojectCommand extends CityGMLTool {
5151
private String targetCRS;
5252

5353
@CommandLine.Option(names = {"-c", "--crs-name"}, paramLabel = "<name>",
54-
description = "Name of the target CRS for the gml:srsName attribute in the output.")
54+
description = "Name of the target CRS to use in the output files.")
5555
private String targetName;
5656

5757
@CommandLine.Option(names = {"-f", "--force-lon-lat"},

0 commit comments

Comments
 (0)