VirtualBox

Changeset 17101 in vbox for trunk/src/VBox/Runtime/common


Ignore:
Timestamp:
Feb 24, 2009 9:41:17 PM (16 years ago)
Author:
vboxsync
Message:

RTGetOpt comment.

File:
1 edited

Legend:

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

    r17100 r17101  
    8585                 * A value is required with the argument. We're trying to be very
    8686                 * understanding here and will permit any of the following:
    87                  *      -svalue, -s:value, -s=value,
    88                  *      -s value, -s: value, -s= value
    89                  * (Ditto for long options.)
     87                 *      --long:value,  --long=value, --long value,
     88                 *      --long: value, --long= value
    9089                 */
    9190                size_t cchLong = strlen(pOpt->pszLong);
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