mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
whole -> hole
This commit is contained in:
committed by
GitHub
parent
12108dcf07
commit
b86bb74879
@@ -218,7 +218,7 @@ namespace Aaru.Commands.Media
|
||||
Add(new Option(new[]
|
||||
{
|
||||
"--skip-cdiready-hole"
|
||||
}, "Skip the whole between data and audio in a CD-i Ready disc.")
|
||||
}, "Skip the hole between data and audio in a CD-i Ready disc.")
|
||||
{
|
||||
Argument = new Argument<bool>(() => true), Required = false
|
||||
});
|
||||
@@ -499,4 +499,4 @@ namespace Aaru.Commands.Media
|
||||
return (int)ErrorNumber.NoError;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user