Fix spelling mistake

This commit is contained in:
Michiel Hazelhof 2025-09-14 09:52:41 +02:00
parent 594d1bd4ab
commit dca67ac781
No known key found for this signature in database
GPG Key ID: EECB9B96355B5EBF

View File

@ -11,7 +11,7 @@ namespace licenseGen;
internal class Program
{
private static readonly CommandLineApplication App = new();
private static readonly CommandOption Cert = App.Option("--cert", "Certifcate file", CommandOptionType.SingleValue);
private static readonly CommandOption Cert = App.Option("--cert", "Certificate file", CommandOptionType.SingleValue);
private static readonly CommandOption CoreDll = App.Option("--core", "Path to Core.dll", CommandOptionType.SingleValue);
private static Int32 Main(String[] args)