[studio] Fix change-format usage message
Build / build (push) Successful in 1m12s

This commit is contained in:
2026-05-16 16:17:00 -05:00
parent 899eaa9dce
commit f89af6fcb3
@@ -30,7 +30,7 @@ static ox::Error convertFile(
}
static void printUsage() noexcept {
oxErr(R"(usage: convert-file {mc,oc} [files...]\n)");
oxErr("usage: change-format {mc,oc} [files...]\n");
}
[[nodiscard]]