Browse Source

java: added help argument (#3375)

Erik Weibust 5 years ago
parent
commit
df29c21ec9
1 changed files with 4 additions and 0 deletions
  1. 4 0
      pages/common/java.md

+ 4 - 0
pages/common/java.md

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