We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd3f8c9 commit c0e9298Copy full SHA for c0e9298
1 file changed
hadoop-hdds/tools/src/main/java/org/apache/hadoop/hdds/scm/cli/container/ListSubcommand.java
@@ -49,8 +49,8 @@ public class ListSubcommand implements Callable<Void> {
49
private ContainerCommands parent;
50
51
@Option(names = {"-s", "--start"},
52
- description = "Container id to start the iteration", required = true)
53
- private long startId = 1;
+ description = "Container id to start the iteration", required = false)
+ private long startId = 0;
54
55
@Option(names = {"-c", "--count"},
56
description = "Maximum number of containers to list",
0 commit comments