From 9fe8d44866a5f613178809cbbcbcce38851d94f2 Mon Sep 17 00:00:00 2001 From: fbottau0 <f.bottau@cineca.it> Date: Mon, 10 Feb 2025 15:47:16 +0100 Subject: [PATCH] Corrected help message --- matVecKernels/include/unitTestFactory.H | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/matVecKernels/include/unitTestFactory.H b/matVecKernels/include/unitTestFactory.H index b02411d..b9a342c 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 -- GitLab