MCPcopy Create free account
hub / github.com/ComodoSecurity/openedr / printUsage

Function printUsage

edrav2/eprj/jsoncpp/src/jsontestrunner/main.cpp:204–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202}
203
204static int printUsage(const char* argv[]) {
205 printf("Usage: %s [--strict] input-json-file", argv[0]);
206 return 3;
207}
208
209static int parseCommandLine(int argc, const char* argv[], Options* opts) {
210 opts->parseOnly = false;

Callers 2

parseCommandLineFunction · 0.85
runCommandLineMethod · 0.85

Calls 1

printfClass · 0.85

Tested by 1

runCommandLineMethod · 0.68