anv: fixing typo on description of output flag for intel_clc

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19153>
This commit is contained in:
Luis Felipe Strano Moraes
2022-10-18 17:09:29 -07:00
committed by Marge Bot
parent 056d72c897
commit 8de02ff980

View File

@@ -264,7 +264,7 @@ print_usage(char *exec_name, FILE *f)
" -e, --entrypoint <name> Specify the entry-point name.\n"
" -p, --platform <name> Specify the target platform name.\n"
" --prefix <prefix> Prefix for variable names in generated C code.\n"
" -g, --out <filename> Specify the output filename.\n"
" -o, --out <filename> Specify the output filename.\n"
" -s, --spv <filename> Specify the output filename for spirv.\n"
" -v, --verbose Print more information during compilation.\n"
, exec_name);