Changeset 15489 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Dec 15, 2008 10:03:35 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp
r15488 r15489 512 512 RTPrintf("VBoxManage createhd -filename <filename>\n" 513 513 " -size <megabytes>\n" 514 " [-format VDI|VMDK ]\n"514 " [-format VDI|VMDK|VHD]\n" 515 515 " [-static]\n" 516 516 " [-comment <comment>]\n" … … 536 536 if (u64Cmd & USAGE_CONVERTHD) 537 537 { 538 RTPrintf("VBoxManage converthd [-srcformat VDI|VMDK| RAW]\n"539 " [-dstformat VDI|VMDK| RAW]\n"538 RTPrintf("VBoxManage converthd [-srcformat VDI|VMDK|VHD|RAW]\n" 539 " [-dstformat VDI|VMDK|VHD|RAW]\n" 540 540 " <inputfile> <outputfile>\n" 541 541 "\n"); … … 544 544 if (u64Cmd & USAGE_CONVERTDD) 545 545 { 546 RTPrintf("VBoxManage convertdd [-static] [-format VDI|VMDK ]"546 RTPrintf("VBoxManage convertdd [-static] [-format VDI|VMDK|VHD]" 547 547 " <filename> <outputfile>\n" 548 "VBoxManage convertdd [-static] [-format VDI|VMDK ]"548 "VBoxManage convertdd [-static] [-format VDI|VMDK|VHD]" 549 549 " stdin <outputfile> <bytes>\n" 550 550 "\n");
Note:
See TracChangeset
for help on using the changeset viewer.