Added docs for read-threads <numthreads> command line options

This commit is contained in:
Robert Osfield 2008-09-26 13:51:49 +00:00
parent 0fdb54d8bb
commit 5a9e957412

View File

@ -523,6 +523,7 @@ int main( int argc, char** argv )
arguments.getApplicationUsage()->addCommandLineOption("sizeof","Display sizeof tests.");
arguments.getApplicationUsage()->addCommandLineOption("matrix","Display qualified tests.");
arguments.getApplicationUsage()->addCommandLineOption("performance","Display qualified tests.");
arguments.getApplicationUsage()->addCommandLineOption("read-threads <numthreads>","Run multi-thread reading test.");
if (arguments.argc()<=1)