format translation: change colon

This commit is contained in:
Ein Verne
2019-10-19 14:12:27 +08:00
committed by Starbeamrainbowlabs
parent f0f2764de2
commit 30c2bd4c7c
181 changed files with 694 additions and 694 deletions

View File

@@ -4,11 +4,11 @@
> 与 `bash` 和 `sh` 兼容的命令行解释器.
> 更多信息:<https://www.zsh.org>.
- 启动交互式解释器
- 启动交互式解释器:
`zsh`
- 执行从参数传入的命令
- 执行从参数传入的命令:
`zsh -c {{command}}`
@@ -16,6 +16,6 @@
`zsh {{file}}`
- 从文件执行命令并将执行过的命令打印到终端
- 从文件执行命令并将执行过的命令打印到终端:
`zsh -x {{file}}`