[nostalgia/tools/pack] Fix error message for missing rom-bin path
This commit is contained in:
parent
5be8ed533e
commit
d68d8531e9
@ -50,7 +50,7 @@ static ox::Error run(const ox::ClArgs &args) noexcept {
|
||||
return OxError(1, "must specify a source directory");
|
||||
}
|
||||
if (argRomBin == "") {
|
||||
oxErr("\033[31;1;1merror:\033[0m must specify a path for preload file\n");
|
||||
oxErr("\033[31;1;1merror:\033[0m must specify a path for ROM file\n");
|
||||
return OxError(1, "must specify a path for preload file");
|
||||
}
|
||||
ox::Buffer dstBuff(32 * ox::units::MB);
|
||||
|
Loading…
x
Reference in New Issue
Block a user