#772844 Document VHDX support in VBoxManage

#772844#5
Date:
2014-12-11 16:43:59 UTC
From:
To:
It would be nice if VBoxManage would be updated to mention VHDX
support (wheezy did not support VHDX).

Suggestion, change:

[...]
Usage:

VBoxManage clonehd          <uuid|inputfile> <uuid|outputfile>
                            [--format VDI|VMDK|VHD|RAW|<other>]
[...]

into

[...]
Usage:

VBoxManage clonehd          <uuid|inputfile> <uuid|outputfile>
                            [--format VDI|VMDK|VHD|VHDX|RAW|<other>]
[...]

#772844#10
Date:
2014-12-11 16:49:00 UTC
From:
To:
Actually all other subcommands (convertfromraw...) would also need to
be updated.