diff --git a/testing/chameleon_ztesting.c b/testing/chameleon_ztesting.c
index afadb9a6ce6af68057ea78d548588d8a3eb3ffa9..6673656658160fd962fd4aff02295bb5fbbb4620 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" );