format zh translations

This commit is contained in:
Ein Verne
2019-10-18 10:33:27 +08:00
committed by Starbeamrainbowlabs
parent e90e6bdf6b
commit 7f995941ed
183 changed files with 1086 additions and 1101 deletions

View File

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