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}}`