Update CliOptions.cs
This commit is contained in:
parent
f60d79dd50
commit
ed368cca78
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue