This commit is contained in:
2024-11-27 19:20:16 +01:00
parent 302e0f64a2
commit a6bae9dc80
8 changed files with 23 additions and 16 deletions

View File

@@ -16,7 +16,7 @@ class Program
if (o.Verbose)
{
Console.WriteLine($"Verbose output enabled. Current Arguments: -v {o.Verbose}");
Console.WriteLine("Quick Start Example! App is in Verbose mode!");
Console.WriteLine("Quick Start Example! App is in Verbose mode!");
}
else
{