DomGarguilo commented on code in PR #2987:
URL: https://github.com/apache/accumulo/pull/2987#discussion_r984704139


##########
server/base/src/main/java/org/apache/accumulo/server/util/Admin.java:
##########
@@ -224,7 +225,7 @@ static class RestoreZooCommand {
   @Parameters(commandNames = "fate",
       commandDescription = "Operations performed on the Manager FaTE system.")
   static class FateOpsCommand {
-    @Parameter(description = "[<txId>...]")
+    @Parameter(description = "[<txId> <txId>...]")

Review Comment:
   ```suggestion
       @Parameter(description = " <txId> { <txId> ... } ")
   ```
   It looks like for other parameters that accept a list we use this format



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