Skip to content

Commit

Permalink
[Pulsar Client CLI] Fix incorrect description for producing messages (a…
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljmarshall authored Jul 31, 2022
1 parent bdbe397 commit eec0eb5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public class CmdProduce {
private List<String> mainOptions;

@Parameter(names = { "-m", "--messages" },
description = "Messages to send, either -m or -f must be specified. The default separator is comma",
description = "Messages to send, either -m or -f must be specified. Specify -m for each message.",
splitter = NoSplitter.class)
private List<String> messages = new ArrayList<>();

Expand Down

0 comments on commit eec0eb5

Please sign in to comment.