mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 11:53:11 +02:00
hdiutil: improve tokens (#3602)
This commit is contained in:
parent
61fa29d29f
commit
93420c3529
1 changed files with 3 additions and 3 deletions
|
@ -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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue