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)