Skip to content

Commit 8fc26f3

Browse files
committed
Merge branch 'main' of github.com:rabbitmq/rabbitmq-stream-java-client into main
2 parents d3b6b28 + 90d3898 commit 8fc26f3

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

+1-1
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)