Browse Source

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>
Emily Grace Seville 2 years ago
parent
commit
fda34ea2e3
1 changed files with 4 additions and 4 deletions
  1. 4 4
      pages/osx/asr.md

+ 4 - 4
pages/osx/asr.md

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