MCPcopy Create free account
hub / github.com/apache/thrift / print_usage

Function print_usage

lib/cpp/test/TFileTransportTest.cpp:343–348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

341 **************************************************************************/
342
343void print_usage(FILE* f, const char* argv0) {
344 fprintf(f, "Usage: %s [boost_options] [options]\n", argv0);
345 fprintf(f, "Options:\n");
346 fprintf(f, " --tmp-dir=DIR, -t DIR\n");
347 fprintf(f, " --help\n");
348}
349
350void parse_args(int argc, char* argv[]) {
351 struct option long_opts[]

Callers 1

parse_argsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected