sadanand48 commented on code in PR #7229:
URL: https://github.com/apache/ozone/pull/7229#discussion_r1772749398
##########
hadoop-ozone/tools/src/main/java/org/apache/hadoop/ozone/debug/container/ListSubcommand.java:
##########
@@ -37,8 +37,18 @@ public class ListSubcommand implements Callable<Void> {
@CommandLine.ParentCommand
private ContainerCommands parent;
+ @CommandLine.Option(names = {"--path", "-p"},
Review Comment:
I meant that we need to change the command description itself
``` java
@Command(
name = "list",
description = "Show container info of all container replicas on datanode
on a given DN storage directory. If the path option is not passed , it will
consider the first DN storage directory from the configured values in
hdds.datanode.dirs")
public class ListSubcommand implements Callable<Void> {
```
Do this for all container commands as that is what is followed.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]