From b24efc5c883ebc7f2187bb1a7e8cf190762962e5 Mon Sep 17 00:00:00 2001 From: beiwei30 Date: Mon, 5 Nov 2018 22:31:39 +0800 Subject: [PATCH] enhance translation --- site/src/site/sphinx/en/sysprop.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/site/src/site/sphinx/en/sysprop.md b/site/src/site/sphinx/en/sysprop.md index 6aa630733..9fc4ed49b 100644 --- a/site/src/site/sphinx/en/sysprop.md +++ b/site/src/site/sphinx/en/sysprop.md @@ -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