anv: fixing typo on description of output flag for intel_clc
authorLuis Felipe Strano Moraes <luis.strano@gmail.com>
Wed, 19 Oct 2022 00:09:29 +0000 (17:09 -0700)
committerMarge Bot <emma+marge@anholt.net>
Thu, 20 Oct 2022 02:24:39 +0000 (02:24 +0000)
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

index 9317bcf..d6ed077 100644 (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);