Skip to content

Commit 90d3898

Browse files
committed
Remove duplicate "are" in help
1 parent 5f481ad commit 90d3898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/rabbitmq/stream/perf/StreamPerfTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ public class StreamPerfTest implements Callable<Integer> {
283283
@CommandLine.Option(
284284
names = {"--consumer-names", "-cn"},
285285
description =
286-
"naming strategy for consumer names. Valid are values are 'uuid' or a pattern with "
286+
"naming strategy for consumer names. Valid values are 'uuid' or a pattern with "
287287
+ "stream name and consumer index as arguments.",
288288
defaultValue = "%s-%d",
289289
converter = Utils.ConsumerNameStrategyConverter.class)

0 commit comments

Comments
 (0)