Changeset 33550 in vbox for trunk/src/VBox/VMM/testcase
- Timestamp:
- Oct 28, 2010 10:53:57 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 67150
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/tstCompressionBenchmark.cpp
r33540 r33550 240 240 static const RTGETOPTDEF s_aOptions[] = 241 241 { 242 { "--i nterations",'i', RTGETOPT_REQ_UINT32 },242 { "--iterations", 'i', RTGETOPT_REQ_UINT32 }, 243 243 { "--num-pages", 'n', RTGETOPT_REQ_UINT32 }, 244 244 { "--page-at-a-time", 'c', RTGETOPT_REQ_UINT32 }, … … 298 298 " -h, --help\n" 299 299 " Show this help page\n" 300 " -i, --i nterations <num>\n"300 " -i, --iterations <num>\n" 301 301 " The number of iterations.\n" 302 302 " -n, --num-pages <pages>\n"
Note:
See TracChangeset
for help on using the changeset viewer.