adoroszlai commented on a change in pull request #601: HDDS-2816. Fix shell
description for --start parameter of listing keys
URL: https://github.com/apache/hadoop-ozone/pull/601#discussion_r384407196
##########
File path:
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/web/ozShell/keys/ListKeyHandler.java
##########
@@ -50,7 +50,8 @@
private int maxKeys;
@Option(names = {"--start", "-s"},
- description = "The first key to start the listing")
+ description = "The key to start the listing from. " +
Review comment:
To be consistent with `volume list` and `bucket list`, can you please
replace the space between the two sentences with a newline?
```suggestion
description = "The key to start the listing from.\n" +
```
For reference:
https://github.com/apache/hadoop-ozone/blob/8f3a42f35826aa59ceb2748bf64dca51e548a1bb/hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/web/ozShell/volume/ListVolumeHandler.java#L53-L56
https://github.com/apache/hadoop-ozone/blob/8f3a42f35826aa59ceb2748bf64dca51e548a1bb/hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/web/ozShell/bucket/ListBucketHandler.java#L53-L56
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]