Skip to content

Commit

Permalink
fix format issue
Browse files Browse the repository at this point in the history
  • Loading branch information
wjo1212 committed Dec 10, 2018
1 parent 882ab8b commit 9687e23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/tutorials/tutorial_configure_cli_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ aliyunlog log configure --format-output=json

**Not escape Non-ANSI**

对于非英文字符, 默认是转义为如"\uAB12"的形式. 如果期望可以看到原始字符, 可以添加`no_escape``format-ouput`选项中:
对于非英文字符, 默认是转义的形式. 如果期望可以看到原始字符, 可以添加`no_escape``format-ouput`选项中:

```shell
aliyunlog log get_log.... --format-output=json,no_escape
Expand Down
2 changes: 1 addition & 1 deletion doc/tutorials/tutorial_configure_cli_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ aliyunlog log configure --format-output=json

**Not escape Non-ANSI**

By default, for non-ANSI characters, it will escape it as as "\uAB12". If you want to view the raw string, you could add a `no_escape` to format of output:
By default, for non-ANSI characters, it will escape it. If you want to view the raw string, you could add a `no_escape` to format of output:
```shell
aliyunlog log get_log.... --format-output=json,no_escape
```
Expand Down

0 comments on commit 9687e23

Please sign in to comment.