MCPcopy Create free account
hub / github.com/coreboot/coreboot / print_usage

Function print_usage

util/intelmetool/src/intelmetool.c:429–440  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

427}
428
429static void print_usage(const char *name)
430{
431 printf("usage: %s [-vh?smdb]\n", name);
432 printf("\n"
433 " -v | --version: print the version\n"
434 " -h | --help: print this help\n\n"
435 " -d | --debug: enable debug output\n"
436 " -m | --me dump all me information on console\n"
437 " -b | --bootguard dump bootguard state of the platform\n"
438 "\n");
439 exit(1);
440}
441
442int main(int argc, char *argv[])
443{

Callers 1

intelmetool.cFile · 0.70

Calls 2

printfFunction · 0.85
exitFunction · 0.85

Tested by

no test coverage detected