From 5a9e957412ecd4b014de128cf05b2c486ac27b16 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 26 Sep 2008 13:51:49 +0000 Subject: [PATCH] Added docs for read-threads command line options --- examples/osgunittests/osgunittests.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/osgunittests/osgunittests.cpp b/examples/osgunittests/osgunittests.cpp index 746c70807..2acd10b3a 100644 --- a/examples/osgunittests/osgunittests.cpp +++ b/examples/osgunittests/osgunittests.cpp @@ -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 ","Run multi-thread reading test."); if (arguments.argc()<=1)