self-document it

This commit is contained in:
Matthias Mailänder
2013-12-05 20:32:15 +01:00
parent e05e17c22e
commit 16edd98300

View File

@@ -32,6 +32,12 @@ namespace OpenRA.Lint
static int Main(string[] args)
{
if (args.Length == 0)
{
Console.WriteLine("Usage: OpenRA.Lint.exe MOD [MAP] [--verbose]");
return 0;
}
try
{
var options = args.Where(a => a.StartsWith("-"));