java: added help argument (#3375)

This commit is contained in:
Erik Weibust 2019-10-11 14:03:27 -05:00 committed by Lucas Gabriel Schneider
parent 6d5a335b50
commit df29c21ec9

View File

@ -14,3 +14,7 @@
- Display JDK, JRE and HotSpot versions:
`java -version`
- Display usage information for the java command:
`java -help`