diff --git a/matVecKernels/include/unitTestFactory.H b/matVecKernels/include/unitTestFactory.H index b02411d386b142decd04406da050adc4805b65e0..b9a342c0aabbc0f4bb9616761aa6b775978d3bee 100644 --- a/matVecKernels/include/unitTestFactory.H +++ b/matVecKernels/include/unitTestFactory.H @@ -57,8 +57,8 @@ class unitTestFactory void showHelp( ) { - printf( "Usage:\n <exe> -n <kernel name> -d <directory of the unit tests> -p <prefix to the name of the test> -i <test index> -k <test kind> [-t <tolerance>]\n\n" ); - printf( "Example:\n test -n LDUSYSCOOmatVecCompOffDiagStageOneOutput -d \"../../\" -p \"SHMmats-RCM_5krows_processor71\" -i 0 -k \"COO_COO\"\n\n" ); + printf( "Usage:\n <exe> -n <kernel name> -d <directory of the unit tests> -p <prefix to the name of the test> -i <test index> -k <kernel kind> [-t <tolerance>]\n\n" ); + printf( "Example:\n test -n matVec -d \"../../\" -p \"SHMmats-RCM_5krows_processor71\" -i 0 -k \"COO_COO\"\n\n" ); printf( "- Kernels name can be:\n" ); printf( " + 0) matVec\n" ); // Exit point