Skip to content

Commit

Permalink
Update Program.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Fenyx4 authored Jul 29, 2021
1 parent 0c64fb2 commit 97240d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion U4DosRandomizer/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ static void Main(string[] args)
CommandOptionType.NoValue);
CommandOption vgaPatchArg = commandLineApplication.Option(
"--vgaPatch",
"VGA patch compatibility.",
"VGA patch compatibility. Run randomizer after applying VGA patch.",
CommandOptionType.NoValue);

CommandOption spoilerLogArg = commandLineApplication.Option(
Expand Down

0 comments on commit 97240d4

Please sign in to comment.