File tree 2 files changed +2
-2
lines changed
src/main/java/de/donnerbart/split
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ java -jar split-tests-java.jar --split-index 0 --split-total 10 --glob 'project/
39
39
``` plain
40
40
Usage: <main class> [options]
41
41
Options:
42
- --calculate-optimal-total-split, -o
42
+ --calculate-optimal-total-split, -c
43
43
Calculates the optimal test split (only on the first split index). Logs
44
44
a warning if --split-total does not match.
45
45
Default: false
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ class Arguments {
54
54
@ SuppressWarnings ("NotNullFieldNotInitialized" )
55
55
@ NotNull Path workingDirectory ;
56
56
57
- @ Parameter (names = {"--calculate-optimal-total-split" , "-o " },
57
+ @ Parameter (names = {"--calculate-optimal-total-split" , "-c " },
58
58
description = "Calculates the optimal test split (only on the first split index). Logs a warning if --split-total does not match." )
59
59
boolean calculateOptimalTotalSplit = false ;
60
60
You can’t perform that action at this time.
0 commit comments