smengcl opened a new pull request, #9109:
URL: https://github.com/apache/ozone/pull/9109

   ## What changes were proposed in this pull request?
   
   Expand `--all` option description in `ListLimitOptions` so that it is less 
easily confused with other options, such as `--all-status` in `ozone sh 
snapshot lsDiff`.
   
   Before:
   
   ```bash
   bash-5.1$ ozone sh snapshot lsDiff -h
   Usage: ozone sh snapshot listDiff [-hV] [--all-status] [--verbose]
                                     [--job-status=<jobStatus>] [-s=<startItem>]
                                     [[-l=<limit>] | [-a]] <value>
   List snapshotDiff jobs for a bucket.
   ...
     -a, --all                 List all results
         --all-status          List all jobs regardless of status.
   ...
   ```
   
   After:
   
   ```bash
   bash-5.1$ ozone sh snapshot lsDiff -h
   Usage: ozone sh snapshot listDiff [-hV] [--all-status] [--verbose]
                                     [--job-status=<jobStatus>] [-s=<startItem>]
                                     [[-l=<limit>] | [-a]] <value>
   List snapshotDiff jobs for a bucket.
   ...
     -a, --all                 List all results (without pagination limit)
         --all-status          List all jobs regardless of status.
   ...
   ```
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-13692
   
   ## How was this patch tested?
   
   - Locally built and checked description.


-- 
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]

Reply via email to