Merge pull request #354 from Acvrock/Acvrock-patch-1

sysenv.md URL fix.
This commit is contained in:
hengyunabc 2018-12-09 18:16:31 +08:00 committed by GitHub
commit 33565a89c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
* [thread](thread.md)——查看当前 JVM 的线程堆栈信息
* [jvm](jvm.md)——查看当前 JVM 的信息
* [sysprop](sysprop.md)——查看和修改JVM的系统属性
* [sysenv](syspenv.md)——查看JVM的环境变量
* [sysenv](sysenv.md)——查看JVM的环境变量
* [getstatic](getstatic.md)——查看类的静态属性
* **New!** [ognl](ognl.md)——执行ognl表达式

View File

@ -19,7 +19,7 @@ Advanced Usage
* [thread](thread.md) - show java thread information
* [jvm](jvm.md) - show JVM information
* [sysprop](sysprop.md) - view/modify system properties
* [sysenv](syspenv.md) — view system environment variables
* [sysenv](sysenv.md) — view system environment variables
* **New!** [getstatic](getstatic.md) - examine class's static properties
* **New!** [ognl](ognl.md) - execute ongl expression