Standalong: Changing -T to -S since it's a stage now instead of a target
diff --git a/StandAlone/StandAlone.cpp b/StandAlone/StandAlone.cpp
index da12e9c..db3891b 100644
--- a/StandAlone/StandAlone.cpp
+++ b/StandAlone/StandAlone.cpp
@@ -237,14 +237,14 @@
                 Options |= EOptionVulkanRules;
                 Options |= EOptionLinkProgram;
                 break;
-            case 'T':
+            case 'S':
                 shaderStageName = argv[1];
                 if (argc > 0) {
                     argc--;
                     argv++;
                 }
                 else
-                    Error("no <stage> specified for -T");
+                    Error("no <stage> specified for -S");
                 break;
             case 'G':
                 Options |= EOptionSpv;