fix #4422: correct hdiutil parameter order

the input file has to come as first positional argument.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler 2022-12-21 10:43:38 +01:00
parent c730e973b7
commit af9941ba2b

View File

@ -74,7 +74,7 @@ Convert the `.iso` file to `.dmg` format using the convert option of `hdiutil`,
for example:
----
# hdiutil convert -format UDRW -o proxmox-ve_*.dmg proxmox-ve_*.iso
# hdiutil convert proxmox-ve_*.iso -format UDRW -o proxmox-ve_*.dmg
----
TIP: macOS tends to automatically add '.dmg' to the output file name.