diff --git a/Test/Program.cs b/Test/Program.cs index c3028d52..acedf44d 100644 --- a/Test/Program.cs +++ b/Test/Program.cs @@ -64,7 +64,7 @@ namespace Test } // If we have no arguments, show the help - if (start >= args.Length - 1) + if (start >= args.Length) { DisplayHelp(); Console.WriteLine("Press enter to close the program...");