VirtualBox

Changeset 33916 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Nov 9, 2010 4:57:23 PM (14 years ago)
Author:
vboxsync
Message:

VBoxSDL: Be more clear about "--detecthostkey".

File:
1 edited

Legend:

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

    r33838 r33916  
    976976                }
    977977            }
     978        }
     979        else if (   !strcmp(argv[curArg], "--detecthostkey")
     980                 || !strcmp(argv[curArg], "-detecthostkey"))
     981        {
     982            RTPrintf("Error: please specify \"%s\" without any additional parameters!\n",
     983                     argv[curArg]);
     984            return 1;
    978985        }
    979986        else if (   !strcmp(argv[curArg], "--memory")
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