Browse Source

java: added help argument (#3375)

Erik Weibust 5 năm trước cách đây
mục cha
commit
df29c21ec9
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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`