mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 08:50:09 +01:00
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:
parent
8e1f03ada0
commit
056d72c897
1 changed files with 1 additions and 1 deletions
|
|
@ -258,7 +258,7 @@ static void
|
|||
print_usage(char *exec_name, FILE *f)
|
||||
{
|
||||
fprintf(f,
|
||||
"Usage: %s [options] [clang args | input file]\n"
|
||||
"Usage: %s [options] -- [clang args | input file]\n"
|
||||
"Options:\n"
|
||||
" -h --help Print this help.\n"
|
||||
" -e, --entrypoint <name> Specify the entry-point name.\n"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue