MCPcopy Create free account
hub / github.com/acl-dev/acl / help

Function help

app/master/tools/master_ctld/main/main.cpp:5–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3#include "master_service.h"
4
5static void help(const char* procname)
6{
7 printf("usage: %s -h [help]\r\n"
8 " -v [version]\r\n"
9 " alone %s.cf\r\n", procname, procname);
10}
11
12static void check_version(int argc, char* argv[])
13{

Callers 2

check_versionFunction · 0.70
runMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…