From 8de02ff980fc4a8d5e4c65c030790b04e96899d6 Mon Sep 17 00:00:00 2001 From: Luis Felipe Strano Moraes Date: Tue, 18 Oct 2022 17:09:29 -0700 Subject: [PATCH] anv: fixing typo on description of output flag for intel_clc Reviewed-by: Lionel Landwerlin Part-of: --- src/intel/compiler/intel_clc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);