mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Fix options in media scan.
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user