VirtualBox

Ignore:
Timestamp:
Aug 2, 2017 4:09:49 PM (7 years ago)
Author:
vboxsync
Message:

VBoxManage unattended install: s/--session-type/--start-vm/

File:
1 edited

Legend:

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

    r68239 r68258  
    14191419        { "--language",                         'L', RTGETOPT_REQ_STRING },
    14201420        // start vm related options:
    1421         { "--session-type",                     'S', RTGETOPT_REQ_STRING },
     1421        { "--start-vm",                         'S', RTGETOPT_REQ_STRING },
    14221422        /** @todo Add a --wait option too for waiting for the VM to shut down or
    14231423         *        something like that...? */
     
    15651565                break;
    15661566
    1567             case 'S':   // --session-type
     1567            case 'S':   // --start-vm
    15681568                pszSessionType = ValueUnion.psz;
    15691569                break;
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