Skip to content

Commit 4394331

Browse files
committed
update doc. polish alibaba#435
1 parent 5850869 commit 4394331

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

site/src/site/sphinx/en/options.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ options
1212
| disable-sub-class | false | whether to enable matching child classes. The default value is `true`. If exact match is desire, turn off this flag|
1313
| debug-for-asm | false | whether to enable ASM debugging log|
1414
| 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|
15-
| job-timeout | 1d | default timeout for background jobs. Background job will be terminated once it's timed out (i.e. 1d, 2h, 3m, 25s)|
15+
| 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.|
1616

1717

1818

@@ -33,7 +33,7 @@ $ options
3333
1 bool batch-re-tr true Option to support This options enables to reTransform c
3434
ean ansform batch reTransform lasses with batch mode.
3535
Class
36-
2 bool json-format true Option to support This option enables to format object
36+
2 bool json-format false Option to support This option enables to format object
3737
ean JSON format of obj output with JSON when -x option selec
3838
ect output ted.
3939
1 bool disable-sub false Option to control This option disable to include sub cl
@@ -51,6 +51,9 @@ $ options
5151
ng out nit can be d, h, m, s for day, hour,
5252
minute, second. 1d is one day in defa
5353
ult
54+
1 bool print-paren true Option to print al This option enables print files in pa
55+
ean t-fields l fileds in parent rent class, default value true.
56+
class
5457
```
5558
5659

site/src/site/sphinx/options.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ options
1313
| debug-for-asm | false | 打印ASM相关的调试信息 |
1414
| save-result | false | 是否打开执行结果存日志功能,打开之后所有命令的运行结果都将保存到`~/logs/arthas-cache/result.log`|
1515
| job-timeout | 1d | 异步后台任务的默认超时时间,超过这个时间,任务自动停止;比如设置 1d, 2h, 3m, 25s,分别代表天、小时、分、秒 |
16-
16+
| print-parent-fields | true | 是否打印在parent class里的filed |
1717

1818
### 查看所有的options
1919

@@ -32,7 +32,7 @@ $ options
3232
1 bool batch-re-tr true Option to support This options enables to reTransform c
3333
ean ansform batch reTransform lasses with batch mode.
3434
Class
35-
2 bool json-format true Option to support This option enables to format object
35+
2 bool json-format false Option to support This option enables to format object
3636
ean JSON format of obj output with JSON when -x option selec
3737
ect output ted.
3838
1 bool disable-sub false Option to control This option disable to include sub cl
@@ -50,6 +50,9 @@ $ options
5050
ng out nit can be d, h, m, s for day, hour,
5151
minute, second. 1d is one day in defa
5252
ult
53+
1 bool print-paren true Option to print al This option enables print files in pa
54+
ean t-fields l fileds in parent rent class, default value true.
55+
class
5356
```
5457
5558

0 commit comments

Comments
 (0)