asm0dey commented on a change in pull request #4102: URL: https://github.com/apache/zeppelin/pull/4102#discussion_r621457080
########## File path: bin/zeppelin.sh ########## @@ -68,6 +68,9 @@ do -h) usage ;; + *) + usage + ;; Review comment: Agreed. What do you think about ```bash echo "Unsupported argument. Please, call with -h/--help for usage information" exit 1 ;; ``` ########## File path: bin/zeppelin.sh ########## @@ -68,6 +68,9 @@ do -h) usage ;; + *) + usage + ;; Review comment: Agreed. What do you think about ```bash echo "Unsupported argument. Please, call with -h/--help for usage information" exit 1 ;; ``` ? -- 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: us...@infra.apache.org