diff --git a/src/intel/compiler/intel_clc.c b/src/intel/compiler/intel_clc.c index 9317bcf37de..d6ed077616c 100644 --- a/src/intel/compiler/intel_clc.c +++ b/src/intel/compiler/intel_clc.c @@ -264,7 +264,7 @@ print_usage(char *exec_name, FILE *f) " -e, --entrypoint Specify the entry-point name.\n" " -p, --platform Specify the target platform name.\n" " --prefix Prefix for variable names in generated C code.\n" -" -g, --out Specify the output filename.\n" +" -o, --out Specify the output filename.\n" " -s, --spv Specify the output filename for spirv.\n" " -v, --verbose Print more information during compilation.\n" , exec_name);