From f80099cdc43a317e4b5b94ba1bd4c45c96ce05e5 Mon Sep 17 00:00:00 2001 From: fanasina Date: Mon, 23 Oct 2023 14:14:39 +0200 Subject: [PATCH] change usage verbose --- yftest/src/ftest/ftest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yftest/src/ftest/ftest.c b/yftest/src/ftest/ftest.c index b634872..d004882 100644 --- a/yftest/src/ftest/ftest.c +++ b/yftest/src/ftest/ftest.c @@ -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"*/ );