MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / usage

Function usage

src/bzfs/CmdLineOptions.cpp:301–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 6

checkFromWorldFileFunction · 0.70
parseIntArgFunction · 0.70
parseFloatArgFunction · 0.70
parseStringArgFunction · 0.70
parseMethod · 0.70
finalizeParsingMethod · 0.70

Calls 1

printVersionFunction · 0.85

Tested by

no test coverage detected