whole -> hole

This commit is contained in:
Rebecca Wallander
2020-06-17 10:10:43 +02:00
committed by GitHub
parent 12108dcf07
commit b86bb74879

View File

@@ -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;
}
}
}
}