Update CliOptions.cs

This commit is contained in:
HoLLy 2021-08-07 17:32:26 +00:00 committed by GitHub
parent f60d79dd50
commit ed368cca78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ namespace osu_decoder_dnlib
[Option('p', "password", HelpText = "Specify a custom password")]
public string Password { get; set; } = "recorderinthesandybridge";
[Option("exp-patch", HelpText = "Apply patch to remove signature and filename check", DefaultValue = false)]
[Option("exp-patch", HelpText = "Apply patch to remove signature and filename check", DefaultValue = true)]
public bool ExperimentPatch { get; set; }
[HelpOption]