You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/05/16 05:33:12 UTC

[GitHub] [pulsar] momo-jun commented on a diff in pull request #15145: [pulsar-client-tools] Ability to send a message with null body

momo-jun commented on code in PR #15145:
URL: https://github.com/apache/pulsar/pull/15145#discussion_r873335859


##########
site2/docs/reference-cli-tools.md:
##########
@@ -328,8 +328,8 @@ Options
 
 |Flag|Description|Default|
 |---|---|---|
-|`-f`, `--files`|Comma-separated file paths to send; either -m or -f must be specified|[]|
-|`-m`, `--messages`|Comma-separated string of messages to send; either -m or -f must be specified|[]|
+|`-f`, `--files`|Comma separated file paths to send, either -m or -f or --null must be specified.|[]|

Review Comment:
   Comma-separated file paths to send. At least one of the following values must be specified: `-m`, `-f` or `--null` .



##########
site2/docs/reference-cli-tools.md:
##########
@@ -328,8 +328,8 @@ Options
 
 |Flag|Description|Default|
 |---|---|---|
-|`-f`, `--files`|Comma-separated file paths to send; either -m or -f must be specified|[]|
-|`-m`, `--messages`|Comma-separated string of messages to send; either -m or -f must be specified|[]|
+|`-f`, `--files`|Comma separated file paths to send, either -m or -f or --null must be specified.|[]|

Review Comment:
   Comma-separated file paths to send. At least one of the following values must be specified: `-m`, `-f` or `--null` .



-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org