[ALL] Add invalid input text below help as well

This commit is contained in:
Matt Nadareski
2016-08-26 21:14:01 -07:00
parent aed023436c
commit ba91487bb6
4 changed files with 8 additions and 0 deletions

View File

@@ -215,6 +215,8 @@ namespace SabreTools
logger.Error("Invalid input detected: " + arg);
Console.WriteLine();
Build.Help();
Console.WriteLine();
logger.Error("Invalid input detected: " + arg);
logger.Close();
return;
}