Fix typo in help for -V<bad-number>
authorDavid Neto <dneto@google.com>
Wed, 28 Feb 2018 02:55:23 +0000 (21:55 -0500)
committerDavid Neto <dneto@google.com>
Wed, 28 Feb 2018 02:55:23 +0000 (21:55 -0500)
StandAlone/StandAlone.cpp

index 69cea88..89a16aa 100644 (file)
@@ -580,7 +580,7 @@ void ProcessArguments(std::vector<std::unique_ptr<glslang::TWorkItem>>& workItem
             case 'V':
                 setVulkanSpv();
                 if (argv[0][2] != 0)
-                    ClientInputSemanticsVersion = getAttachedNumber("-G<num> client input semantics");
+                    ClientInputSemanticsVersion = getAttachedNumber("-V<num> client input semantics");
                 break;
             case 'c':
                 Options |= EOptionDumpConfig;