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

@@ -2,14 +2,14 @@
> 退出当前的命令行实例或 bat 脚本.
- 退出当前的命令行实例
- 退出当前的命令行实例:
`exit`
- 退出当前的 bat 脚本
- 退出当前的 bat 脚本:
`exit /b`
- 使用一个指定的退出码退出
- 使用一个指定的退出码退出:
`exit {{退出码}}`