Skip to content

Commit fc8bb55

Browse files
committed
typo
1 parent 1f6953f commit fc8bb55

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

colormipsearch-tools/src/main/java/org/janelia/colormipsearch/cmd/AbstractGradientScoresArgs.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class AbstractGradientScoresArgs extends AbstractColorDepthMatchArgs {
7474
variableArity = true)
7575
List<String> targetTags = new ArrayList<>();
7676

77-
@Parameter(names = {"--target-excluded-tags", "--targetss-excluded-tags"}, description = "Tags that should not be associated with the target of the match to be scored",
77+
@Parameter(names = {"--target-excluded-tags", "--targets-excluded-tags"}, description = "Tags that should not be associated with the target of the match to be scored",
7878
listConverter = ListValueAsFileArgConverter.class,
7979
variableArity = true)
8080
List<String> targetExcludedTags = new ArrayList<>();

colormipsearch-tools/src/main/java/org/janelia/colormipsearch/cmd/ColorDepthSearchCmd.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ static class ColorDepthSearchArgs extends AbstractColorDepthMatchArgs {
120120
variableArity = true)
121121
List<String> targetsTags;
122122

123-
@Parameter(names = {"--target-excluded-tags", "--targetss-excluded-tags"}, description = "Target MIPs should not have any of these tags",
123+
@Parameter(names = {"--target-excluded-tags", "--targets-excluded-tags"}, description = "Target MIPs should not have any of these tags",
124124
listConverter = ListValueAsFileArgConverter.class,
125125
variableArity = true)
126126
List<String> targetsExcludedTags = new ArrayList<>();

0 commit comments

Comments
 (0)