mirror of https://github.com/CrimsonTome/tldr.git
java_home: add Spanish translation (#10432)
* java_home: add Spanish translation * Update java_home.mdpull/23/head
parent
18c236e1b0
commit
8c0fa5d8f7
|
@ -0,0 +1,24 @@
|
||||||
|
# java_home
|
||||||
|
|
||||||
|
> Devuelve un valor para $JAVA_HOME o ejecuta un comando usando esta variable.
|
||||||
|
> Más información: <https://www.unix.com/man-page/osx/1/java_home>.
|
||||||
|
|
||||||
|
- Lista JVMs basadas en una versión específica:
|
||||||
|
|
||||||
|
`java_home --version {{1.5+}}`
|
||||||
|
|
||||||
|
- Lista JVMs basadas en una [arch]itectura específica:
|
||||||
|
|
||||||
|
`java_home --arch {{i386}}`
|
||||||
|
|
||||||
|
- Lista JVMs basadas en tareas específicas (por defecto `CommandLine`):
|
||||||
|
|
||||||
|
`java_home --datamodel {{Applets|WebStart|BundledApp|JNI|CommandLine}}`
|
||||||
|
|
||||||
|
- Lista JVMs en formato XML:
|
||||||
|
|
||||||
|
`java_home --xml`
|
||||||
|
|
||||||
|
- Muestra la ayuda:
|
||||||
|
|
||||||
|
`java_home --help`
|
Loading…
Reference in New Issue