MCPcopy Create free account
hub / github.com/DreamSourceLab/DSView / usage

Function usage

DSView/main.cpp:46–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44#endif
45
46void usage()
47{
48 printf(
49 "Usage:\n"
50 " %s [OPTION...] [FILE] - %s\n"
51 "\n"
52 "Help Options:\n"
53 " -l, --loglevel Set log level, value between 0 to 5\n"
54 " -v, -V, --version Show release version\n"
55 " -s, --storelog Save log to locale file\n"
56 " -h, -?, --help Show help option\n"
57 "\n", DS_BIN_NAME, DS_DESCRIPTION);
58}
59
60int main(int argc, char *argv[])
61{

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected