mystic-lama opened a new pull request, #1586: URL: https://github.com/apache/orc/pull/1586
### What changes were proposed in this pull request? The PR aims to enhance the message printed when using examples. From examples/target directory, if we run the command it gives an error ``` bash-5.1$ java -jar orc-examples-*.jar --help no main manifest attribute, in orc-examples-2.0.0-SNAPSHOT-sources.jar ``` If we replace the usage with following, the error goes away ``` $java -jar orc-examples-*-uber.jar [--help] ``` ### Why are the changes needed? The change shall make it more user friendly, avoiding the error message ### How was this patch tested? Manually tested. Following is the result post  -- 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]
