anv: reword info flag in intel_clc's getopt to avoid clash
authorLuis Felipe Strano Moraes <luis.strano@gmail.com>
Wed, 19 Oct 2022 00:01:51 +0000 (17:01 -0700)
committerMarge Bot <emma+marge@anholt.net>
Thu, 20 Oct 2022 02:24:39 +0000 (02:24 +0000)
commit8e1f03ada09bf87c8c8f4c59a27422654b590165
treeed4c461af43662fb9dbd33541ff5734ea93ca230
parent2b3529d3d89a6972afc4903f74fc5f31e6ee2c20
anv: reword info flag in intel_clc's getopt to avoid clash

The info keyword was using the same short description that
was listed for input files on the struct for long_options.

Rewording it to 'v' and 'verbose' to be more in line with
expectations.

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19153>
src/intel/compiler/intel_clc.c