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:

committed by
Marge Bot

parent
056d72c897
commit
8de02ff980
@@ -264,7 +264,7 @@ print_usage(char *exec_name, FILE *f)
|
|||||||
" -e, --entrypoint <name> Specify the entry-point name.\n"
|
" -e, --entrypoint <name> Specify the entry-point name.\n"
|
||||||
" -p, --platform <name> Specify the target platform name.\n"
|
" -p, --platform <name> Specify the target platform name.\n"
|
||||||
" --prefix <prefix> Prefix for variable names in generated C code.\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"
|
" -s, --spv <filename> Specify the output filename for spirv.\n"
|
||||||
" -v, --verbose Print more information during compilation.\n"
|
" -v, --verbose Print more information during compilation.\n"
|
||||||
, exec_name);
|
, exec_name);
|
||||||
|
Reference in New Issue
Block a user