milleruntime commented on code in PR #2987:
URL: https://github.com/apache/accumulo/pull/2987#discussion_r984720227
##########
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:
I was trying to base it on `git` sytnax guidelines and actually found them
[here](https://github.com/git/git/blob/master/Documentation/CodingGuidelines#L639).
After reading through their guidelines, I think I could make the list for 0 or
more shorter, like `[<txId>...]` and 1 or more like `<txId>...`.
```
[<patch>...]
(Zero or more of <patch>. Note that the dots are inside, not
outside the brackets.)
```
--
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]