VirtualBox

Ignore:
Timestamp:
Jul 12, 2012 5:32:31 PM (12 years ago)
Author:
vboxsync
Message:

Main/VirtualBox+Machine: add support for VM groups (incomplete, saving of settings is not implemented), remaining code adjusted accordingly, use better parameter checking macros, make XSLT generators process setter attributes using safearrays correctly, various cleanups and warning fixes
Frontends/VBoxManage: first traces of groups support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/misc/getopt.cpp

    r40598 r42129  
    791791    else if (ch == VERR_GETOPT_UNKNOWN_OPTION)
    792792        RTMsgError("Unknown option: '%s'", pValueUnion->psz);
     793    else if (ch == VERR_GETOPT_INVALID_ARGUMENT_FORMAT)
     794        /** @todo r=klaus not really ideal, as the option isn't available */
     795        RTMsgError("Invalid argument format: '%s'", pValueUnion->psz);
    793796    else if (pValueUnion->pDef)
    794797        RTMsgError("%s: %Rrs\n", pValueUnion->pDef->pszLong, ch);
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