Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
andre15silva authored May 17, 2022
1 parent 7cc955f commit 38e635b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/fr/spoonlabs/flacoco/cli/FlacocoMain.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class FlacocoMain implements Callable<Integer> {
@Option(names = {"-f", "--formula"}, description = "Spectrum formula to use. Valid values: ${COMPLETION-CANDIDATES}", defaultValue = "OCHIAI")
SpectrumFormula spectrumFormula;

@Option(names = {"-c", "--classpath"}, description = "Classpath of the project under analyzis.")
@Option(names = {"-c", "--classpath"}, description = "Classpath of the project under analysis.")
String classpath;

@Option(names = {"--srcJavaDir"}, arity = "0..*", description = "Paths to the directories containing java source files. Defaults to {projectpath}/src/main/java")
Expand Down

0 comments on commit 38e635b

Please sign in to comment.