mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-06 09:55:41 +02:00
java: added help argument (#3375)
This commit is contained in:
parent
6d5a335b50
commit
df29c21ec9
1 changed files with 4 additions and 0 deletions
|
@ -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`
|
||||||
|
|
Loading…
Add table
Reference in a new issue