diff --git a/StandAlone/StandAlone.cpp b/StandAlone/StandAlone.cpp index 69cea888..89a16aa4 100644 --- a/StandAlone/StandAlone.cpp +++ b/StandAlone/StandAlone.cpp @@ -580,7 +580,7 @@ void ProcessArguments(std::vector>& workItem case 'V': setVulkanSpv(); if (argv[0][2] != 0) - ClientInputSemanticsVersion = getAttachedNumber("-G client input semantics"); + ClientInputSemanticsVersion = getAttachedNumber("-V client input semantics"); break; case 'c': Options |= EOptionDumpConfig;