From 2a5a12cb71b5d273283ede6df451aaf5fd59cfad Mon Sep 17 00:00:00 2001 From: Caio Oliveira Date: Sat, 7 Sep 2024 09:20:19 -0700 Subject: [PATCH] intel/executor: Small fixes to the help message Add missing @eot to the example. Reword INTEL_DEBUG=color description. Part-of: --- src/intel/executor/executor_main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/intel/executor/executor_main.c b/src/intel/executor/executor_main.c index f81d4fd9969..7130f1c3611 100644 --- a/src/intel/executor/executor_main.c +++ b/src/intel/executor/executor_main.c @@ -117,7 +117,7 @@ print_help() "The following INTEL_DEBUG values (comma separated) are used:\n" "\n" " - bat Dumps the batch buffer.\n" - " - color Uses colore for the above.\n" + " - color Uses colors for the batch buffer dump.\n" " - cs Dumps the assembly after macro processing.\n" "\n" "EXAMPLE\n" @@ -135,6 +135,7 @@ print_help() " add(8) g4<1>UD g2<8,8,1>UD g3<8,8,1>UD { align1 @1 1Q };\n" "\n" " @write g3 g4\n" + " @eot\n" " ]]\n" " }\n" "\n"