From 43943311379a38e34d7eb0b36a5843dc8b126ca8 Mon Sep 17 00:00:00 2001 From: hengyunabc Date: Wed, 4 Dec 2019 01:33:42 +0800 Subject: [PATCH] update doc. polish #435 --- site/src/site/sphinx/en/options.md | 7 +++++-- site/src/site/sphinx/options.md | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/site/src/site/sphinx/en/options.md b/site/src/site/sphinx/en/options.md index 8161a712f..dc62b145e 100644 --- a/site/src/site/sphinx/en/options.md +++ b/site/src/site/sphinx/en/options.md @@ -12,7 +12,7 @@ options | disable-sub-class | false | whether to enable matching child classes. The default value is `true`. If exact match is desire, turn off this flag| | debug-for-asm | false | whether to enable ASM debugging log| | save-result | false | whether to save execution result. All execution results will be saved to `~/logs/arthas-cache/result.log` when it's turned on| -| job-timeout | 1d | default timeout for background jobs. Background job will be terminated once it's timed out (i.e. 1d, 2h, 3m, 25s)| +| job-timeout | 1d | default timeout for background jobs. Background job will be terminated once it's timed out (i.e. 1d, 2h, 3m, 25s)| print-parent-fields | true | This option enables print files in parent class, default value true.| @@ -33,7 +33,7 @@ $ options 1 bool batch-re-tr true Option to support This options enables to reTransform c ean ansform batch reTransform lasses with batch mode. Class - 2 bool json-format true Option to support This option enables to format object + 2 bool json-format false Option to support This option enables to format object ean JSON format of obj output with JSON when -x option selec ect output ted. 1 bool disable-sub false Option to control This option disable to include sub cl @@ -51,6 +51,9 @@ $ options ng out nit can be d, h, m, s for day, hour, minute, second. 1d is one day in defa ult + 1 bool print-paren true Option to print al This option enables print files in pa + ean t-fields l fileds in parent rent class, default value true. + class ``` diff --git a/site/src/site/sphinx/options.md b/site/src/site/sphinx/options.md index 232cd6cc2..2603c2516 100644 --- a/site/src/site/sphinx/options.md +++ b/site/src/site/sphinx/options.md @@ -13,7 +13,7 @@ options | debug-for-asm | false | 打印ASM相关的调试信息 | | save-result | false | 是否打开执行结果存日志功能,打开之后所有命令的运行结果都将保存到`~/logs/arthas-cache/result.log`中 | | job-timeout | 1d | 异步后台任务的默认超时时间,超过这个时间,任务自动停止;比如设置 1d, 2h, 3m, 25s,分别代表天、小时、分、秒 | - +| print-parent-fields | true | 是否打印在parent class里的filed | ### 查看所有的options @@ -32,7 +32,7 @@ $ options 1 bool batch-re-tr true Option to support This options enables to reTransform c ean ansform batch reTransform lasses with batch mode. Class - 2 bool json-format true Option to support This option enables to format object + 2 bool json-format false Option to support This option enables to format object ean JSON format of obj output with JSON when -x option selec ect output ted. 1 bool disable-sub false Option to control This option disable to include sub cl @@ -50,6 +50,9 @@ $ options ng out nit can be d, h, m, s for day, hour, minute, second. 1d is one day in defa ult + 1 bool print-paren true Option to print al This option enables print files in pa + ean t-fields l fileds in parent rent class, default value true. + class ```