mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-26 00:32:02 +00:00
MakeAPPL: abort on invalid flag
This commit is contained in:
parent
e4c12180fa
commit
b5f1b028d4
@ -349,7 +349,10 @@ int main(int argc, char *argv[])
|
||||
else if(arg == "-b")
|
||||
breakOnEntry = true;
|
||||
else
|
||||
std::cout << "xxx\n";
|
||||
{
|
||||
std::cout << "unrecognized flag\n";
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user