Explorar el Código

java: added help argument (#3375)

Erik Weibust hace 5 años
padre
commit
df29c21ec9
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      pages/common/java.md

+ 4 - 0
pages/common/java.md

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