VirtualBox

Changeset 21013 in vbox


Ignore:
Timestamp:
Jun 29, 2009 7:09:04 AM (15 years ago)
Author:
vboxsync
Message:

VBoxManage: mention the sdl mode for startvm

File:
1 edited

Legend:

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

    r20521 r21013  
    5252    bool fVRDP = false;
    5353#endif
     54#ifdef VBOX_WITH_VBOXSDL
     55    bool fVBoxSDL = true;
     56#else
     57    bool fVBoxSDL = false;
     58#endif
    5459
    5560    if (u64Cmd == USAGE_DUMPOPTS)
     
    6065        fDarwin = true;
    6166        fVRDP = true;
     67        fVBoxSDL = true;
    6268        u64Cmd = USAGE_ALL;
    6369    }
     
    264270        RTPrintf("VBoxManage startvm          <uuid>|<name>\n");
    265271        RTPrintf("                            [--type gui");
     272        if (fVBoxSDL)
     273            RTPrintf(                         "|sdl");
    266274        if (fVRDP)
    267275            RTPrintf(                         "|vrdp");
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