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,18 +2,18 @@
> 列出目录的内容.
- 显示当前目录的内容
- 显示当前目录的内容:
`dir`
- 显示指定目录的内容
- 显示指定目录的内容:
`dir {{目录的路径}}`
- 显示当前目录的内容,包括隐藏的文件
- 显示当前目录的内容,包括隐藏的文件:
`dir /A`
- 显示指定目录的内容,包括隐藏的文件
- 显示指定目录的内容,包括隐藏的文件:
`dir {{目录的路径}} /A`