MCPcopy Create free account
hub / github.com/FoundationDB/fdb-document-layer / printHelpTeaser

Function printHelpTeaser

src/DocLayer.actor.cpp:631–633  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

629}
630
631static void printHelpTeaser(const char* name) {
632 fprintf(stderr, "Try `%s --help' for more information.\n", name);
633}
634
635void printHelp(const char* name) {
636 fprintf(stderr, "FoundationDB Document Layer " FDB_DOC_VT_PACKAGE_NAME " (v" FDB_DOC_VT_VERSION ")\n");

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected