From e90f5af1319a44545a6509ae850fe78d8a29d17e Mon Sep 17 00:00:00 2001
From: Philippe SWARTVAGHER <philippe.swartvagher@inria.fr>
Date: Thu, 30 Sep 2021 09:03:40 +0000
Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s)

---
 testing/chameleon_ztesting.c | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/testing/chameleon_ztesting.c b/testing/chameleon_ztesting.c
index afadb9a6c..667365665 100644
--- a/testing/chameleon_ztesting.c
+++ b/testing/chameleon_ztesting.c
@@ -184,12 +184,9 @@ void print_usage( const char* prog_name )
                 "  Timings are reported respectively as 'tsub' for the graph submission time, and 'time'\n"
                 "  for the execution time.\n"
                 "  By default the synchronous tile interface is used to perform the timings. 'tsub' is null.\n"
-                "  If the --async option is enabled, then the asynchronous interface is called. 'tsub' reports
-"
-                "  the task submission time, and 'time' the execution time that includes 'tsub'.
-"
-                "  If the --splitsub option is enabled, then the asynchronous interface is called and task
-"
+                "  If the --async option is enabled, then the asynchronous interface is called. 'tsub' reports\n"
+                "  the task submission time, and 'time' the execution time that includes 'tsub'.\n"
+                "  If the --splitsub option is enabled, then the asynchronous interface is called and task\n"
                 "  submission is fully performed before starting the computation. 'tsub' reports the\n"
                 "  task submission time, and 'time' the execution time excluding 'tsub'.\n"
                 "  Note that the 'gflops' field is always computed with 'time'\n" );
-- 
GitLab