Skip to content

Commit 70802e4

Browse files
committed
Fix parameter name for average time
1 parent da1d727 commit 70802e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/de/donnerbart/split/Arguments.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class Arguments {
3636
@Parameter(names = {"--format", "-f"}, description = "The output format.", converter = FormatOptionConverter.class)
3737
@NotNull FormatOption format = FormatOption.LIST;
3838

39-
@Parameter(names = {"--averageTime", "-a"},
39+
@Parameter(names = {"--average-time", "-a"},
4040
description = "Use the average test time from tests with JUnit reports for tests without JUnit reports.")
4141
boolean useAverageTimeForNewTests = false;
4242

0 commit comments

Comments
 (0)