mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 22:49:13 +02:00
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:
parent
056d72c897
commit
8de02ff980
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue