Fixed "unknown command-line argument" output format.

Change-Id: Idd49bc61118c29d6d7364d2cd54a6f7932917570
parent eba6b6f7
......@@ -243,7 +243,7 @@ int main(int argc, const char *argv[]) {
goto found;
}
}
Error("unknown commandline argument" + arg, true);
Error("unknown commandline argument: " + arg, true);
found:;
}
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment