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"