VirtualBox

Changeset 6438 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jan 22, 2008 10:06:22 AM (17 years ago)
Author:
vboxsync
Message:

-acpiterm => -termacpi

File:
1 edited

Legend:

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

    r6437 r6438  
    640640             "  -detecthostkey           Get the hostkey identifier and modifier state\n"
    641641             "  -hostkey <key> {<key2>} <mod> Set the host key to the values obtained using -detecthostkey\n"
    642              "  -acpiterm                Send an ACPI power button event when closing the window\n"
     642             "  -termacpi                Send an ACPI power button event when closing the window\n"
    643643#if defined(RT_OS_LINUX) || defined(RT_OS_DARWIN) /** @todo UNIXISH_TAP stuff out of main and up to Config.kmk! */
    644644             "  -tapdev<1-N> <dev>       Use existing persistent TAP device with the given name\n"
     
    11001100            gfGrabOnMouseClick = FALSE;
    11011101        }
    1102         else if (strcmp(argv[curArg], "-acpiterm") == 0)
     1102        else if (strcmp(argv[curArg], "-termacpi") == 0)
    11031103        {
    11041104            gfACPITerm = TRUE;
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