hrzzzz commented on code in PR #21630:
URL: https://github.com/apache/pulsar/pull/21630#discussion_r1422438614


##########
pulsar-client-tools/src/main/java/org/apache/pulsar/admin/cli/CmdTransactions.java:
##########
@@ -250,6 +250,19 @@ void run() throws Exception {
         }
     }
 
+    @Parameters(commandDescription = "Abort transaction")
+    private class AbortTransaction extends CliCommand {
+        @Parameter(names = {"-m", "--most-sig-bits"}, description = "The most 
sig bits", required = true)
+        private int mostSigBits;

Review Comment:
   fixed



-- 
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-unsubscr...@pulsar.apache.org

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

Reply via email to