VirtualBox

Changeset 67194 in vbox for trunk


Ignore:
Timestamp:
Jun 1, 2017 8:44:57 AM (7 years ago)
Author:
vboxsync
Message:

VBoxManage export: Hacking OPC export.

Location:
trunk/src/VBox/Frontends/VBoxManage
Files:
2 edited

Legend:

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

    r63567 r67194  
    943943    { "--ovf10",                '1', RTGETOPT_REQ_NOTHING },
    944944    { "--ovf20",                '2', RTGETOPT_REQ_NOTHING },
     945    { "--opc",                  'c', RTGETOPT_REQ_STRING },
    945946    { "--manifest",             'm', RTGETOPT_REQ_NOTHING },    // obsoleted by --options
    946947    { "--iso",                  'I', RTGETOPT_REQ_NOTHING },    // obsoleted by --options
     
    10031004                case '2':   // --ovf20
    10041005                    strOvfFormat = "ovf-2.0";
     1006                    break;
     1007
     1008                case 'c':   // --opc
     1009                    strOvfFormat = "opc";
    10051010                    break;
    10061011
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp

    r66068 r67194  
    925925    if (fCategory & USAGE_EXPORTAPPLIANCE)
    926926        RTStrmPrintf(pStrm,
    927                            "%s export %s          <machines> --output|-o <name>.<ovf/ova>\n"
    928                      "                            [--legacy09|--ovf09|--ovf10|--ovf20]\n"
     927                           "%s export %s          <machines> --output|-o <name>.<ovf/ova/tar.gz>\n"
     928                     "                            [--legacy09|--ovf09|--ovf10|--ovf20|--opc]\n"
    929929                     "                            [--manifest]\n"
    930930                     "                            [--iso]\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