Skip to content
Snippets Groups Projects
Commit 756050b6 authored by Wouter van Oortmerssen's avatar Wouter van Oortmerssen
Browse files

Fixed "unknown command-line argument" output format.

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