Skip to content

Commit

Permalink
HDDS-10365. Fix description for ozone getconf ozonemanagers (#6263)
Browse files Browse the repository at this point in the history
  • Loading branch information
david1859168 committed Feb 25, 2024
1 parent 0cd6b3b commit dc9bd61
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
*/
@Command(name = "ozonemanagers",
aliases = {"-ozonemanagers"},
description = "gets list of ozone storage container "
+ "manager nodes in the cluster",
description = "gets list of Ozone Manager nodes in the cluster",
mixinStandardHelpOptions = true,
versionProvider = HddsVersionProvider.class)
public class OzoneManagersCommandHandler implements Callable<Void> {
Expand Down

0 comments on commit dc9bd61

Please sign in to comment.