osx/asr.md: make placeholders auto convertible to CLIP ones (#9859)

* Make placeholders auto convertible to CLIP ones

- https://github.com/command-line-interface-pages/prototypes/pull/32

* Fix remaining placeholder

* Update pages/osx/asr.md

Co-authored-by: Jack Lin <blueskyson1401@gmail.com>

* Update pages/osx/asr.md

Co-authored-by: Jack Lin <blueskyson1401@gmail.com>

* Update pages/osx/asr.md

Co-authored-by: Jack Lin <blueskyson1401@gmail.com>

---------

Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
This commit is contained in:
Emily Grace Seville 2023-02-20 16:50:10 +10:00 committed by GitHub
parent 5448781256
commit fda34ea2e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,16 +6,16 @@
- Restore a disk image to a target volume:
`sudo asr restore --source {{image_name}}.dmg --target {{path/to/volume}}`
`sudo asr restore --source {{image_file.dmg}} --target {{path/to/volume_file}}`
- Erase the target volume before restoring:
`sudo asr restore --source {{image_name}}.dmg --target {{path/to/volume}} --erase`
`sudo asr restore --source {{image_file.dmg}} --target {{path/to/volume_file}} --erase`
- Skip verification after restoring:
`sudo asr restore --source {{image_name}}.dmg --target {{path/to/volume}} --noverify`
`sudo asr restore --source {{image_file.dmg}} --target {{path/to/volume_file}} --noverify`
- Clone volumes without the use of an intermediate disk image:
`sudo asr restore --source {{path/to/volume}} --target {{path/to/cloned_volume}}`
`sudo asr restore --source {{path/to/volume_file}} --target {{path/to/volume_file}}`