Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wjo1212 committed Dec 10, 2018
1 parent 3be3469 commit 7b4c82a
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 @@ -131,7 +131,7 @@ aliyunlog log get_log.... --format-output=json
aliyunlog log configure --format-output=json
```

**Not escape Non-ANSI**
**不转义非ANSI字符**

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

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 @@ -130,7 +130,7 @@ But if you want to make it a default behavior, configure it directly:
aliyunlog log configure --format-output=json
```

**不转义非ANSI字符**
**Not escape Non-ANSI**

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
Expand Down

0 comments on commit 7b4c82a

Please sign in to comment.