mirror of
https://gitee.com/arthas/arthas.git
synced 2024-12-04 21:28:10 +08:00
718 B
718 B
For example, to view the help information for the command sysprop
:
help sysprop
{{execute T2}}
[arthas@50759]$ help sysprop
USAGE:
sysprop [-h] [property-name] [property-value]
SUMMARY:
Display, and change the system properties.
EXAMPLES:
sysprop
sysprop file.encoding
sysprop production.mode true
WIKI:
https://alibaba.github.io/arthas/sysprop
OPTIONS:
-h, --help this help
<property-name> property name
<property-value> property value
You can see the arguments, examples and WKI of specific commands.