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

Function usage

lib_acl_cpp/samples/redis/redis_hyperloglog/redis_hyperloglog.cpp:92–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92static void usage(const char* procname)
93{
94 printf("usage: %s -h[help]\r\n"
95 "-s redis_addr[127.0.0.1:6379]\r\n"
96 "-n count\r\n"
97 "-C connect_timeout[default: 10]\r\n"
98 "-I rw_timeout[default: 10]\r\n"
99 "-S [if slice request, default: no]\r\n"
100 "-c [use cluster mode]\r\n"
101 "-a cmd[pfadd|pfcount|pfmerge]\r\n",
102 procname);
103}
104
105int main(int argc, char* argv[])
106{

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…