justinmclean commented on code in PR #5823:
URL: https://github.com/apache/gravitino/pull/5823#discussion_r1883082165


##########
clients/cli/src/main/java/org/apache/gravitino/cli/ErrorMessages.java:
##########
@@ -29,7 +29,7 @@ public class ErrorMessages {
   public static final String UNKNOWN_SCHEMA = "Unknown schema name.";
   public static final String UNKNOWN_TABLE = "Unknown table name.";
   public static final String MALFORMED_NAME = "Malformed entity name.";
-  public static final String MISSING_NAME = "Missing name.";
+  public static final String MISSING_NAME = "Missing --name option.";

Review Comment:
   But also note that other error messages also use `--tag`, `--name`,`--user`, 
etc. when the command line options are incorrect.



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

Reply via email to