VirtualBox

Changeset 15489 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Dec 15, 2008 10:03:35 AM (16 years ago)
Author:
vboxsync
Message:

VBoxManage: document VHD as supported format in the usage output.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp

    r15488 r15489  
    512512        RTPrintf("VBoxManage createhd         -filename <filename>\n"
    513513                 "                            -size <megabytes>\n"
    514                  "                            [-format VDI|VMDK]\n"
     514                 "                            [-format VDI|VMDK|VHD]\n"
    515515                 "                            [-static]\n"
    516516                 "                            [-comment <comment>]\n"
     
    536536    if (u64Cmd & USAGE_CONVERTHD)
    537537    {
    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"
    540540                 "                            <inputfile> <outputfile>\n"
    541541                 "\n");
     
    544544    if (u64Cmd & USAGE_CONVERTDD)
    545545    {
    546         RTPrintf("VBoxManage convertdd        [-static] [-format VDI|VMDK]"
     546        RTPrintf("VBoxManage convertdd        [-static] [-format VDI|VMDK|VHD]"
    547547                 "                            <filename> <outputfile>\n"
    548                  "VBoxManage convertdd        [-static] [-format VDI|VMDK]"
     548                 "VBoxManage convertdd        [-static] [-format VDI|VMDK|VHD]"
    549549                 "                            stdin <outputfile> <bytes>\n"
    550550                 "\n");
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette