Skip to content

Commit

Permalink
Update Program.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
wh0amitz authored Jul 30, 2023
1 parent c1fbff1 commit 278c715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KRBUACBypass/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ static void DisplayHelp<T>(ParserResult<T> result)
h.AdditionalNewLineAfterOption = false;
h.MaximumDisplayWidth = 100;
h.Heading = "\nKRBUACBypass 1.0.0-beta"; //change header
h.Copyright = "Copyright (c) 2023 whoamianony.top"; //change copyright text
h.Copyright = "Copyright (c) 2023"; //change copyright text
return HelpText.DefaultParsingErrorsHandler(result, h);
}, e => e);
Console.WriteLine(helpText);
Expand Down

0 comments on commit 278c715

Please sign in to comment.