MCPcopy Create free account
hub / github.com/bloomberg/comdb2 / cdb2sql_usage

Function cdb2sql_usage

tools/cdb2sql/cdb2sql.cpp:217–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215 "@time Toggle between time modes\n";
216
217void cdb2sql_usage(const int exit_val)
218{
219 fputs(usage_text, (exit_val == EXIT_SUCCESS) ? stdout : stderr);
220 fputs(interactive_usage, (exit_val == EXIT_SUCCESS) ? stdout : stderr);
221 exit(exit_val);
222}
223
224const char *level_one_words[] = {
225 "@", "ALTER", "ANALYZE", "BEGIN", "COMMIT", "CREATE", "DELETE",

Callers 1

mainFunction · 0.85

Calls 1

exitFunction · 0.85

Tested by

no test coverage detected