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,15 +4,15 @@
> 由 `apm` 管理插件.
> 更多信息:<https://atom.io/>.
- 打开文件或目录
- 打开文件或目录:
`atom {{path/to/file_or_directory}}`
- 在新窗口中打开文件或目录
- 在新窗口中打开文件或目录:
`atom -n {{path/to/file_or_directory}}`
- 在已有窗口中打开文件或目录
- 在已有窗口中打开文件或目录:
`atom --add {{path/to/file_or_directory}}`