vkd3d-compiler: Update usage message for the -x option.

Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Matteo Bruni 2021-01-28 18:43:44 +01:00 committed by Alexandre Julliard
parent 5399f6fcc6
commit abe7051e99

View File

@ -178,8 +178,10 @@ static void print_usage(const char *program_name)
" -p, --profile=<name> Specify the target shader profile for HLSL shaders.\n"
" --strip-debug Strip debug information from the output.\n"
" -V, --version Display version information and exit.\n"
" -x <type> Specify the type of the source. Valid values are\n"
" 'dxbc-tpf' and 'none'.\n"
" -x <type> Specify the type of the source. Use --print-source-types\n"
" to list valid source types. The default source type is\n"
" 'dxbc-tpf' for compile operations, and 'hlsl' for\n"
" preprocess operations.\n"
" -- Stop option processing. Any subsequent argument is\n"
" interpreted as a filename.\n"
"\n"