We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d3b6b28 + 90d3898 commit 8fc26f3Copy full SHA for 8fc26f3
src/main/java/com/rabbitmq/stream/perf/StreamPerfTest.java
@@ -283,7 +283,7 @@ public class StreamPerfTest implements Callable<Integer> {
283
@CommandLine.Option(
284
names = {"--consumer-names", "-cn"},
285
description =
286
- "naming strategy for consumer names. Valid are values are 'uuid' or a pattern with "
+ "naming strategy for consumer names. Valid values are 'uuid' or a pattern with "
287
+ "stream name and consumer index as arguments.",
288
defaultValue = "%s-%d",
289
converter = Utils.ConsumerNameStrategyConverter.class)
0 commit comments