fix(ql3): align Local API artifact CLI contract

This commit is contained in:
whyour
2026-09-01 10:20:05 +08:00
parent b3421ac9cf
commit 229c3cb4e8
+2 -1
View File
@@ -348,7 +348,8 @@ function auditLocalApiExecutable(artifactDirectory) {
artifactDirectory,
);
if (
output !== 'Usage: ql3-local-api --config /absolute/private-config.json'
output !==
'Usage: ql3-local-api [--cutover-probe] --config /absolute/private-config.json'
) {
fail('local API executable help output is invalid');
}