VirtualBox

Changeset 76870 in vbox


Ignore:
Timestamp:
Jan 17, 2019 6:50:28 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
128238
Message:

ValidationKit/NetPerf: typo fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/utils/network/NetPerf.cpp

    r76553 r76870  
    227227    { "--nodelay",          'N', RTGETOPT_REQ_NOTHING },
    228228    { "--mode",             'm', RTGETOPT_REQ_STRING  },
    229     { "--warmpup",          'w', RTGETOPT_REQ_UINT32  },
     229    { "--warmup",           'w', RTGETOPT_REQ_UINT32  },
    230230    { "--cool-down",        'W', RTGETOPT_REQ_UINT32  },
    231231    { "--server-stats",     'S', RTGETOPT_REQ_NOTHING },
     
    296296                continue; /* internal */
    297297            case 'w':
    298                 pszHelp = "Warmup time, in milliseconds (default " RT_XSTR(NETPERF_DEFAULT_WARMPUP) " ms)";
     298                pszHelp = "Warmup time, in milliseconds (default " RT_XSTR(NETPERF_DEFAULT_WARMUP) " ms)";
    299299                break;
    300300            case 'W':
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette