VirtualBox

Ignore:
Timestamp:
Jun 1, 2017 1:32:35 PM (8 years ago)
Author:
vboxsync
Message:

Main,VBoxManage: More OPC hacking. Seems to be working now.

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

Legend:

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

    r67194 r67208  
    943943    { "--ovf10",                '1', RTGETOPT_REQ_NOTHING },
    944944    { "--ovf20",                '2', RTGETOPT_REQ_NOTHING },
    945     { "--opc",                  'c', RTGETOPT_REQ_STRING },
     945    { "--opc10",                'c', RTGETOPT_REQ_NOTHING },
    946946    { "--manifest",             'm', RTGETOPT_REQ_NOTHING },    // obsoleted by --options
    947947    { "--iso",                  'I', RTGETOPT_REQ_NOTHING },    // obsoleted by --options
     
    10071007
    10081008                case 'c':   // --opc
    1009                     strOvfFormat = "opc";
     1009                    strOvfFormat = "opc-1.0";
    10101010                    break;
    10111011
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp

    r67194 r67208  
    926926        RTStrmPrintf(pStrm,
    927927                           "%s export %s          <machines> --output|-o <name>.<ovf/ova/tar.gz>\n"
    928                      "                            [--legacy09|--ovf09|--ovf10|--ovf20|--opc]\n"
     928                     "                            [--legacy09|--ovf09|--ovf10|--ovf20|--opc10]\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