mirror of
https://github.com/alibaba/arthas.git
synced 2024-04-21 10:21:39 +00:00
enhance translation
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
sysprop
|
||||
=======
|
||||
|
||||
Check the JVM system properties.
|
||||
> Examine the system properties from the target JVM
|
||||
|
||||
### Usage
|
||||
|
||||
@@ -102,16 +102,16 @@ $ sysprop
|
||||
sun.cpu.isalist
|
||||
```
|
||||
|
||||
#### Check a single property
|
||||
#### Check One Single Property
|
||||
|
||||
Tip: `tab` auto-completion supported
|
||||
> Use `tab` for auto-completion
|
||||
|
||||
```
|
||||
```bash
|
||||
$ sysprop java.version
|
||||
java.version=1.8.0_51
|
||||
```
|
||||
|
||||
#### Modify a single property
|
||||
#### Modify Single Property
|
||||
|
||||
```
|
||||
$ sysprop user.country
|
||||
|
||||
Reference in New Issue
Block a user