complone commented on code in PR #5772:
URL: https://github.com/apache/rocketmq/pull/5772#discussion_r1057452852


##########
tools/src/main/java/org/apache/rocketmq/tools/command/message/QueryMsgByIdSubCommand.java:
##########
@@ -214,7 +229,25 @@ public Options buildCommandlineOptions(Options options) {
         opt = new Option("f", "bodyFormat", true, "print message body by the 
specified format");
         opt.setRequired(false);
         options.addOption(opt);
-
+        
+        opt = new Option("s", "startTimeMS", true, "startTime of key");
+        opt.setRequired(false);
+        options.addOption(opt);

Review Comment:
   Thank you for your suggestion I will make the changes in the near future



-- 
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]

Reply via email to