diff --git a/pages/osx/hdiutil.md b/pages/osx/hdiutil.md index 0d8a90dd92..9d1107067a 100644 --- a/pages/osx/hdiutil.md +++ b/pages/osx/hdiutil.md @@ -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}}`