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 @@
> 创建符号链接.
- 创建指向文件的符号链接
- 创建指向文件的符号链接:
`mklink {{链接文件的路径}} {{源文件路径}}`
- 创建指向目录的符号链接
- 创建指向目录的符号链接:
`mklink /d {{链接文件的路径}} {{源目录路径}}`
- 创建指向文件的硬链接
- 创建指向文件的硬链接:
`mklink /h {{链接文件的路径}} {{源目录路径}}`
- 创建目录链接
- 创建目录链接:
`mklink /j {{链接文件的路径}} {{源目录路径}}`