Skip to content

Commit

Permalink
Fix a mistake in the CLI documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
salsolatragus committed Apr 20, 2018
1 parent 74fd680 commit d883469
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ public final class MuBenchRunner {

/**
* @param detectOnlyStrategy Run detection in detect-only mode. Should use {@link DetectorArgs#getTrainingSrcPaths()}
* or {@link DetectorArgs#getTrainingClassPath()} to learn correct usages and identify
* respective violations in {@link DetectorArgs#getTargetSrcPaths()} or
* {@link DetectorArgs#getTargetClassPath()}, respectively.
* or {@link DetectorArgs#getTrainingClassPath()} to extract patterns from the provided
* correct usages and identify respective violations in
* {@link DetectorArgs#getTargetSrcPaths()} or {@link DetectorArgs#getTargetClassPath()},
* respectively.
* @return this runner, for fluent calls
*/
public MuBenchRunner withDetectOnlyStrategy(DetectionStrategy detectOnlyStrategy) {
Expand Down

0 comments on commit d883469

Please sign in to comment.