# | Line 30 | Line 30 | int Main(const app::Options& options) | |
---|---|---|
30 | mode = fork; | |
31 | else if (*arg == "-D") | |
32 | Spectre2::debug = true; | |
33 | < | else |
33 | > | else if (*arg != matcher("^--.*$")) |
34 | { | |
35 | api::Cerr << "Usage: " << Spectre2::program << " [-config=config] [-pid|-fork] [-D]" << ios::NewLine; | |
36 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |