From 4bf373e9a3fc11e787269682b8a846f6bc9b5a13 Mon Sep 17 00:00:00 2001 From: Robin Quint Date: Tue, 27 Apr 2021 16:06:06 +0200 Subject: [PATCH] Improved usage hint --- StandAlone/StandAlone.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StandAlone/StandAlone.cpp b/StandAlone/StandAlone.cpp index 84d0a44..c6dc597 100644 --- a/StandAlone/StandAlone.cpp +++ b/StandAlone/StandAlone.cpp @@ -1820,7 +1820,7 @@ void usage() " --auto-map-locations | --aml automatically locate input/output lacking\n" " 'location' (fragile, not cross stage)\n" " --auto-sampled-textures Removes sampler variables and converts\n" - " existing textures to combined image-samplers\n" + " existing textures to sampled textures\n" " --client {vulkan|opengl} see -V and -G\n" " --depfile writes depfile for build systems\n" " --dump-builtin-symbols prints builtin symbol table prior each compile\n" -- 2.7.4