From 0b293ceae7d2ec8ac3c76dcf9448e01fdcd069f4 Mon Sep 17 00:00:00 2001 From: Henri Verbeet Date: Tue, 31 Aug 2021 01:16:24 +0200 Subject: [PATCH] vkd3d-compiler: Reference --print-target-types in the help text for -b. Signed-off-by: Henri Verbeet Signed-off-by: Alexandre Julliard --- programs/vkd3d-compiler/main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/programs/vkd3d-compiler/main.c b/programs/vkd3d-compiler/main.c index 71f90f86..4c7a462b 100644 --- a/programs/vkd3d-compiler/main.c +++ b/programs/vkd3d-compiler/main.c @@ -161,7 +161,8 @@ static void print_usage(const char *program_name) "[options...] [file]\n" "Options:\n" " -h, --help Display this information and exit.\n" - " -b Specify the target type.\n" + " -b Specify the target type. Use --print-target-types to\n" + " list valid target types for a given source type.\n" " --buffer-uav= Specify the buffer type to use for buffer UAV bindings.\n" " Valid values are 'buffer-texture' (default) and\n" " 'storage-buffer'.\n"