Jackie-Jiang commented on a change in pull request #7665:
URL: https://github.com/apache/pinot/pull/7665#discussion_r742447050



##########
File path: 
pinot-tools/src/main/java/org/apache/pinot/tools/admin/PinotAdministrator.java
##########
@@ -185,39 +173,23 @@ private void printVersion() {
     }
   }
 
+  public void printUsage() {
+    LOGGER.info("Usage: pinot-admin.sh <subCommand>");
+    LOGGER.info("Valid subCommands are:");

Review comment:
       +1 good catch

##########
File path: 
pinot-tools/src/main/java/org/apache/pinot/tools/admin/PinotAdministrator.java
##########
@@ -185,39 +173,23 @@ private void printVersion() {
     }
   }
 
+  public void printUsage() {
+    LOGGER.info("Usage: pinot-admin.sh <subCommand>");
+    LOGGER.info("Valid subCommands are:");

Review comment:
       +1 good catch




-- 
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: commits-unsubscr...@pinot.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to