Hint changed

This commit is contained in:
ankutalev 2020-03-19 22:25:20 +07:00
parent 5d7584d2f2
commit 134ae76620

View file

@ -103,7 +103,7 @@ namespace PascalABCCompiler
Console.WriteLine("Command line: ");
Console.WriteLine("pabcnetcclear /directive1:value1 /directive2:value2 ... [inputfile]\n");
Console.WriteLine("Available directives:\n /Help /H /?\n /Debug:0(1) /output:[executable name]\n");
Console.WriteLine("/output:[executable name] Sets name of result executable");
Console.WriteLine("/output:[ <path>\\name ] Compile into an executable called \"name\" and save it in \"path\" directory");
Console.WriteLine("/Debug:0 generates code with all .NET optimizations!");
}