[PATCH vkd3d 4/6] vkd3d-compiler: Remove mention of valid source types in the usage message.

Matteo Bruni mbruni at codeweavers.com
Tue Jan 26 13:26:35 CST 2021


The types list was obsolete already and there is no point in having it
there.

Signed-off-by: Matteo Bruni <mbruni at codeweavers.com>
---
 programs/vkd3d-compiler/main.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/programs/vkd3d-compiler/main.c b/programs/vkd3d-compiler/main.c
index a0e3280..c9bc4b8 100644
--- a/programs/vkd3d-compiler/main.c
+++ b/programs/vkd3d-compiler/main.c
@@ -178,8 +178,7 @@ 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.\n"
         "  --                    Stop option processing. Any subsequent argument is\n"
         "                        interpreted as a filename.\n"
         "\n"
-- 
2.26.2




More information about the wine-devel mailing list