walterddr commented on a change in pull request #7665: URL: https://github.com/apache/pinot/pull/7665#discussion_r742501468
########## 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: good catch. let me fix this -- 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