Chinese pages: correct Chinese punctuation (#5240)

This commit is contained in:
bl-ue
2021-08-02 04:41:09 -04:00
committed by GitHub
parent eaef3b4d21
commit 289e30dfb3
373 changed files with 1817 additions and 1810 deletions

View File

@@ -1,20 +1,20 @@
# asr
> 将磁盘映像还原(复制)到卷上.
> 命令名称是 Apple Software Restore 的缩写.
> 将磁盘映像还原(复制)到卷上
> 命令名称是 Apple Software Restore 的缩写
- 将磁盘映像复制到目标卷:
- 将磁盘映像复制到目标卷
`sudo asr restore --source {{映像名}}.dmg --target {{卷路径}}`
- 在复制之前擦除目标卷:
- 在复制之前擦除目标卷
`sudo asr restore --source {{映像名}}.dmg --target {{卷路径}} --erase`
- 恢复后跳过验证步骤:
- 恢复后跳过验证步骤
`sudo asr restore --source {{映像名}}.dmg --target {{卷路径}} --noverify`
- 不使用中间磁盘映像直接复制卷中的数据:
- 不使用中间磁盘映像直接复制卷中的数据
`sudo asr restore --source {{卷路径}} --target {{复制卷路径}}`