mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-03 19:35:33 +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:
|
||||
|
||||
`java -version`
|
||||
|
||||
- Display usage information for the java command:
|
||||
|
||||
`java -help`
|
||||
|
|
Loading…
Add table
Reference in a new issue