change usage verbose

This commit is contained in:
2023-10-23 14:14:39 +02:00
parent 75640894c1
commit f80099cdc4
+1 -1
View File
@@ -332,7 +332,7 @@ void usage(int argc, char **argv){
"\t\tfor example, -z=progress is to not load progress bar, it is need if we want to redirect (pipe) the result to file.\n"
"\t\tother option: -z=log_parallel (to avoid logs not ordered when parallel tests which is loged by default)\n\n");
printf( "\t -d, --debug \n"
"\t\tto print debug by using PRINT_DEBUG, by default PRINT_DEBUG is off\n"
"\t\tto print debug by using PRINT_DEBUG, by default PRINT_DEBUG is not print unless -d is set\n"
/*"\t\t-d need to be set at the end of all options if -p is use, to avoid sigfault because the parallel env is not yet set for debug print parallel\n\n"*/
);