hdiutil: improve tokens (#3602)

This commit is contained in:
Waldir Pimenta
2019-11-22 15:03:55 +00:00
committed by Starbeamrainbowlabs
parent 61fa29d29f
commit 93420c3529

View File

@@ -4,11 +4,11 @@
- Mount an image:
`hdiutil attach {{filename}}`
`hdiutil attach {{path/to/image_file}}`
- Unmount an image:
`hdiutil detach /Volumes/{{volumename}}`
`hdiutil detach /Volumes/{{volume_name}}`
- List mounted images:
@@ -16,4 +16,4 @@
- Create an ISO image from the contents of a directory:
`hdiutil makehybrid -o {{filename}} {{dirname}}`
`hdiutil makehybrid -o {{path/to/output_file}} {{path/to/directory}}`