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

@@ -7,7 +7,7 @@
`as {{文件.s}}`
- 将输出汇编到给定文件
- 将输出汇编到给定文件:
`as {{文件.s}} -o {{输出.o}}`
@@ -15,6 +15,6 @@
`as -f {{文件.s}}`
- 在目录列表中包含一个给定路径,以搜索 .include 指令中指定的文件
- 在目录列表中包含一个给定路径,以搜索 .include 指令中指定的文件:
`as -I {{目标文件夹}} {{文件.s}}`