Anonymitaet commented on a change in pull request #12187:
URL: https://github.com/apache/pulsar/pull/12187#discussion_r716155333
##########
File path: site2/docs/reference-cli-tools.md
##########
@@ -525,6 +525,9 @@ Options
|`-m`, `--num-messages`|Number of messages to publish in total. If this value
is less than or equal to 0, it keeps publishing messages.|0|
|`-t`, `--num-topic`|The number of topics|1|
|`-f`, `--payload-file`|Use payload from a file instead of empty buffer||
+|`-e`, `--payload-delimiter`|The delimiter used to split lines when using
payload from a file|\n|
+|`-fp`, `--format-payload`|Format %i as a message index in the stream from
producer and/or %t as the timestamp nanoseconds|false|
+|`-fc`, `--format-class`|Custom Formatter class
name|org.apache.pulsar.testclient.DefaultMessageFormatter|
Review comment:
```suggestion
|`-fc`, `--format-class`|Custom formatter class
name|`org.apache.pulsar.testclient.DefaultMessageFormatter`|
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]