Changeset 42129 in vbox for trunk/src/VBox/Runtime/common/misc
- Timestamp:
- Jul 12, 2012 5:32:31 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/misc/getopt.cpp
r40598 r42129 791 791 else if (ch == VERR_GETOPT_UNKNOWN_OPTION) 792 792 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); 793 796 else if (pValueUnion->pDef) 794 797 RTMsgError("%s: %Rrs\n", pValueUnion->pDef->pszLong, ch);
Note:
See TracChangeset
for help on using the changeset viewer.