From ef59339df834ce4bdddc43e8a15576dd364ec25b Mon Sep 17 00:00:00 2001 From: fanasina Date: Sun, 27 Aug 2023 09:47:18 +0200 Subject: [PATCH] modify print usage : option -w --- src/ftest/ftest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ftest/ftest.c b/src/ftest/ftest.c index 48cc487..9c7dd19 100644 --- a/src/ftest/ftest.c +++ b/src/ftest/ftest.c @@ -260,7 +260,7 @@ void usage(int argc, char **argv){ printf("\t -o, --ordered\n\t\tthis option is usefull if you choose to use parallel tests,\n\t\tby default, each thread share the screen to print results,\n\t\tthis option create file to record log of each thread on file,\n\t\tand print on screen all results at the end of all tests\n\n"); printf("\t -r , --remove\n\t\tif the option ordered is choosen if parallel tests,\n\t\tthis option remove the file logs of each thread after all tests.\n\n"); printf("\t -s , --savelog , -s=file, --savelog=file\n\t\tthis option save the global ordered result in 'file',\n\t\tthis option active the option -o or --ordered. \n\n"); - printf("\t -w , --width , -w=WID, --savelog=WID\n\t\tthis option change the width of the progress bar to WID,\n\t\tex: -w100, or --width=100 or -wi 100\n\n"); + printf("\t -w , --width , -w=WID, --savelog=WID\n\t\tthis option change the width of the progress bar to WID, by default, WID=80,\n\t\tex: -w100, or --width=100 or -wi 100\n\n"); if(some_thing_wrong){ printf("invalid argument\n");