anv: add missing separator to help for intel_clc

intel_clc relies on the special argument '--' for getopt to be given so
it knows when to start expecting purely input files or clang arguments.

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:06:52 -07:00
committed by Marge Bot
parent 8e1f03ada0
commit 056d72c897

View File

@@ -258,7 +258,7 @@ static void
print_usage(char *exec_name, FILE *f) print_usage(char *exec_name, FILE *f)
{ {
fprintf(f, fprintf(f,
"Usage: %s [options] [clang args | input file]\n" "Usage: %s [options] -- [clang args | input file]\n"
"Options:\n" "Options:\n"
" -h --help Print this help.\n" " -h --help Print this help.\n"
" -e, --entrypoint <name> Specify the entry-point name.\n" " -e, --entrypoint <name> Specify the entry-point name.\n"