mirror of
https://github.com/jakeswenson/BitBetter.git
synced 2025-12-20 13:16:18 +00:00
Fix spelling mistake
This commit is contained in:
@@ -11,7 +11,7 @@ namespace licenseGen;
|
|||||||
internal class Program
|
internal class Program
|
||||||
{
|
{
|
||||||
private static readonly CommandLineApplication App = new();
|
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 readonly CommandOption CoreDll = App.Option("--core", "Path to Core.dll", CommandOptionType.SingleValue);
|
||||||
|
|
||||||
private static Int32 Main(String[] args)
|
private static Int32 Main(String[] args)
|
||||||
|
|||||||
Reference in New Issue
Block a user