Skip to content

Commit

Permalink
HDDS-11145. ozone admin om cancelprepare --service-id improvement (#7159
Browse files Browse the repository at this point in the history
)
  • Loading branch information
LZD-PratyushBhatt authored Sep 5, 2024
1 parent 6888cf2 commit 7e1d9b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class CancelPrepareSubCommand implements Callable<Void> {
@CommandLine.Option(
names = {"-id", "--service-id"},
description = "Ozone Manager Service ID",
required = true
required = false
)
private String omServiceId;

Expand Down

0 comments on commit 7e1d9b0

Please sign in to comment.