Fix options in media scan.

This commit is contained in:
2020-01-03 18:35:16 +00:00
parent 65f3c0e666
commit 9eec967646

View File

@@ -57,7 +57,7 @@ namespace DiscImageChef.Commands.Media
"--ibg-log", "-b" "--ibg-log", "-b"
}, "Write a log of the scan in the format used by ImgBurn.") }, "Write a log of the scan in the format used by ImgBurn.")
{ {
Argument = new Argument<bool>(() => true), Required = false Argument = new Argument<string>(() => null), Required = false
}); });
AddArgument(new Argument<string> AddArgument(new Argument<string>