提交 fc5f5af7 编写于 作者: J Joel Hendrix

Fix bad casing for argument parsing.

上级 6a9ac98c
......@@ -78,7 +78,7 @@ private static bool TryParseCommon(string[] args, ref int index, ParsedArgs pars
index++;
switch (arg.ToLower())
{
case "-sourcesPath":
case "-sourcespath":
{
if (index < args.Length)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册