From 9438a99f1d328ec33080b0a1703dcf0d4076ede6 Mon Sep 17 00:00:00 2001 From: deanboole Date: Wed, 4 Nov 2015 23:48:13 +0800 Subject: [PATCH] Add a short description mention that it also applies to other disk images --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6efcb4d..8c8505f 100644 --- a/README.md +++ b/README.md @@ -298,9 +298,10 @@ sudo fs_usage ### Disk Images -#### Burn ISO to DVD +#### Burn Disk Images to DVD +This command applies to .fat, .hfs, .iso, .img, .dmg, .smi and .udf images. ```bash -hdiutil burn /path/to/file.iso +hdiutil burn /path/to/image_file ``` #### Disable Disk Image Verification