This is an automated email from the ASF dual-hosted git repository.

weichiu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git


The following commit(s) were added to refs/heads/master by this push:
     new 584ebb95d35 HDDS-13692. Clarify --all option usage in ListLimitOptions 
(#9109)
584ebb95d35 is described below

commit 584ebb95d35d3be9be9e9ac669492e8a535752d9
Author: Siyao Meng <[email protected]>
AuthorDate: Tue Oct 7 13:18:31 2025 -0700

    HDDS-13692. Clarify --all option usage in ListLimitOptions (#9109)
---
 .../src/main/java/org/apache/hadoop/ozone/shell/ListLimitOptions.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/hadoop-ozone/cli-shell/src/main/java/org/apache/hadoop/ozone/shell/ListLimitOptions.java
 
b/hadoop-ozone/cli-shell/src/main/java/org/apache/hadoop/ozone/shell/ListLimitOptions.java
index edfeafb1148..3820cdd4aa6 100644
--- 
a/hadoop-ozone/cli-shell/src/main/java/org/apache/hadoop/ozone/shell/ListLimitOptions.java
+++ 
b/hadoop-ozone/cli-shell/src/main/java/org/apache/hadoop/ozone/shell/ListLimitOptions.java
@@ -49,7 +49,7 @@ static class ExclusiveGroup {
     private int limit;
 
     @CommandLine.Option(names = {"--all", "-a"},
-        description = "List all results",
+        description = "List all results (without pagination limit)",
         defaultValue = "false")
     private boolean all;
   }


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to