| 299 | |
| 300 | |
| 301 | static void usage(const std::string& pname) { |
| 302 | printVersion(); |
| 303 | std::cerr << std::endl << "Usage: " << pname << ' ' << usageString << std::endl; |
| 304 | exit(1); |
| 305 | } |
| 306 | |
| 307 | |
| 308 | static void extraUsage(const std::string& pname) { |
no test coverage detected