self-document it
This commit is contained in:
@@ -32,6 +32,12 @@ namespace OpenRA.Lint
|
|||||||
|
|
||||||
static int Main(string[] args)
|
static int Main(string[] args)
|
||||||
{
|
{
|
||||||
|
if (args.Length == 0)
|
||||||
|
{
|
||||||
|
Console.WriteLine("Usage: OpenRA.Lint.exe MOD [MAP] [--verbose]");
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
var options = args.Where(a => a.StartsWith("-"));
|
var options = args.Where(a => a.StartsWith("-"));
|
||||||
|
|||||||
Reference in New Issue
Block a user