MCPcopy Create free account
hub / github.com/BirolLab/abyss / dieWithUsageError

Function dieWithUsageError

Bloom/bloom.cc:289–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

287};
288
289__attribute__((noreturn)) static void
290dieWithUsageError()
291{
292 cerr << "Try `" << PROGRAM << " --help' for more information.\n";
293 exit(EXIT_FAILURE);
294}
295
296void
297parseGlobalOpts(int argc, char** argv)

Callers 9

parseGlobalOptsFunction · 0.85
buildFunction · 0.85
combineFunction · 0.85
infoFunction · 0.85
compareFunction · 0.85
graphFunction · 0.85
memberOfFunction · 0.85
trimFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected