justinmclean commented on code in PR #5291:
URL: https://github.com/apache/gravitino/pull/5291#discussion_r1835914918
##########
clients/cli/src/main/java/org/apache/gravitino/cli/GravitinoOptions.java:
##########
@@ -71,11 +73,7 @@ public Options options() {
options.addOption(createArgOption("l", USER, "user name"));
options.addOption(createArgOption("g", GROUP, "group name"));
options.addOption(createArgOption("t", TAG, "tag name"));
-
- // Properties option can have multiple values
- Option properties =
- Option.builder("p").longOpt(PROPERTIES).desc("property name/value
pairs").hasArgs().build();
- options.addOption(properties);
+ options.addOption(createArgOption("r", ROLE, "tag name"));
Review Comment:
Fixed
--
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]