diff --git a/src/intel/compiler/intel_clc.c b/src/intel/compiler/intel_clc.c index fb8f0ec4b05..9317bcf37de 100644 --- a/src/intel/compiler/intel_clc.c +++ b/src/intel/compiler/intel_clc.c @@ -258,7 +258,7 @@ static void print_usage(char *exec_name, FILE *f) { fprintf(f, -"Usage: %s [options] [clang args | input file]\n" +"Usage: %s [options] -- [clang args | input file]\n" "Options:\n" " -h --help Print this help.\n" " -e, --entrypoint Specify the entry-point name.\n"