From 93420c3529bf111d5c9e78ac2ecef8c6bff69df1 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Fri, 22 Nov 2019 15:03:55 +0000 Subject: [PATCH] hdiutil: improve tokens (#3602) --- pages/osx/hdiutil.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/osx/hdiutil.md b/pages/osx/hdiutil.md index 0d8a90dd9..9d1107067 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}}`