Set lead-in dumping as false default.

This commit is contained in:
2017-12-18 23:33:39 +00:00
parent 023e6ff0d9
commit 6afa671afd

View File

@@ -318,7 +318,7 @@ namespace DiscImageChef
HelpText = "Create/use resume mapfile.")]
public bool Resume { get; set; }
[Option("lead-in", Default = true, HelpText = "Try to read lead-in. Only applicable to CD/DDCD/GD.")]
[Option("lead-in", Default = false, HelpText = "Try to read lead-in. Only applicable to CD/DDCD/GD.")]
public bool LeadIn { get; set; }
}